List executions
GET
/v1/executions
Retrieves a filtered list of executions based on query parameters.
Authorizations
ApiKeyAuth
TypeAPI Key (header: x-api-token)
Parameters
Query Parameters
name
Filter by execution name
Typestring
status
Filter by execution status
Typestring
Enum
success
failure
startDateTime
Filter executions that started after this timestamp (in milliseconds)
Typeinteger
format
int64
endDateTime
Filter executions that ended before this timestamp (in milliseconds)
Typeinteger
format
int64
Responses
List of executions matching the filters