| Field | Type | Required | Description | Example |
|---|---|---|---|---|
orderBy |
?Operations\QueryParamOrderBy | ➖ | The field to order the results by. | created_at |
orderDirection |
?Operations\QueryParamOrderDirection | ➖ | The direction to order the results by. | asc |
pageSize |
?float | ➖ | The number of results per page (default value is 25) | |
next |
?string | ➖ | The unified cursor | |
include |
?Operations\QueryParamInclude | ➖ | The include parameter allows you to include additional data in the response. | step_logs |
filter |
?Operations\QueryParamFilter | ➖ | Filter parameters that allow greater customisation of the list response |