Execution
List executions
Returns a list of executions in your project.
get/v1/executions
Query parameters
starting_afterstring
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.
limitinteger
The number of items to return. Defaults to 100. Maximum is 100.
only_non_zero_exit_codesboolean
If true, only show executions where the exit code is not 0, indicating an execution error. Defaults to false.
Response
OK