| Field | Type | Required | Description | Example |
|---|---|---|---|---|
filter |
T.nilable(Models::Operations::QueryParamFilter) | ➖ | Filter parameters that allow greater customisation of the list response | |
include |
T.nilable(Models::Operations::StackoneListLogsQueryParamInclude) | ➖ | The include parameter allows you to include additional data in the response. | step_logs |
next_ |
T.nilable(::String) | ➖ | The unified cursor | |
order_by |
T.nilable(Models::Operations::OrderBy) | ➖ | The field to order the results by. | created_at |
order_direction |
T.nilable(Models::Operations::OrderDirection) | ➖ | The direction to order the results by. | asc |
page_size |
T.nilable(::Float) | ➖ | The number of results per page (default value is 25) |