Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.84 KB

File metadata and controls

13 lines (10 loc) · 3.84 KB

StackoneListLogsRequest

Fields

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