Request Logs
List Step Logs
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Query Parameters
The field to order the results by.
Available options:
provider
, service
, status
, eventDatetime
, duration
Example:
"created_at"
The direction to order the results by.
Available options:
asc
, desc
Example:
"asc"
The number of results per page (default value is 25)
Required range:
x <= 100
The unified cursor
The include parameter allows you to include additional data in the response.
Available options:
step_logs
, advanced_logs
Example:
"step_logs"
Filter parameters that allow greater customisation of the list response
Response
200
application/json
The list of step logs was retrieved.
The response is of type object
.