Returns a list of executions in your project.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the item to start after. To get the next page of results, set this to the ID of the last item in the current page.
The number of items to return. Defaults to 100. Maximum is 100.
If true, only show executions where the exit code is not 0, indicating an execution error. Defaults to false.
OK
The response is of type object
.