| Field | Type | Required | Description | Example |
|---|---|---|---|---|
pageSize |
JsonNullable<String> | ➖ | The number of results per page (default value is 25) | |
next |
JsonNullable<String> | ➖ | The unified cursor | |
groupBy |
JsonNullable<String> | ➖ | The relation to group the results by | [ "connector" ] |
filter |
JsonNullable<StackoneListActionsMetaQueryParamFilter> | ➖ | Actions Metadata filters | |
include |
List<StackoneListActionsMetaQueryParamInclude> | ➖ | Additional data to include in the response | [ "action_details", "authentication_guides" ] |
search |
JsonNullable<String> | ➖ | Text search across provider names, action labels, and action descriptions | employee |
exclude |
List<Exclude> | ➖ | Data to exclude from the response | [ "actions" ] |