For the complete documentation index, see llms.txt. This page is also available as Markdown.

Executions

Search executions

post

Searches executions using the provided filters and returns matching results.

Body
pageintegerOptional

Page number

Default: 0
sizeinteger · min: 1Optional

Page size

Default: 20
sourcesstring[] · nullableOptional

Filter by source external IDs

statusstring · nullableOptional

Filter by status

Other propertiesanyOptional
Responses
200

Execution search response

application/json
post/api/executions/search

List executions

get

Retrieves executions, optionally filtered by execution group.

Query parameters
group_idintegerOptional

Filter by execution group ID

Responses
200

Executions response

application/json
get/api/execution_groups/{execution_group_id}/executions

List executions

get

Retrieves executions, optionally filtered by execution group.

Query parameters
group_idintegerOptional

Filter by execution group ID

Responses
200

Executions response

application/json
get/api/executions

Get execution group

get

Retrieves detailed information for the specified execution group.

Path parameters
idintegerRequired

Execution group ID

Responses
200

Execution group response

application/json
get/api/execution_groups/{id}

List execution groups

get

Retrieves all execution groups available to the current user.

Responses
200

Execution groups response

application/json
get/api/execution_groups

Create execution group

post

Creates a new execution group using the provided execution parameters.

Body
or
or
Responses
201

Execution group response

application/json
post/api/execution_groups

Last updated