Skip to main content
GET
List executions

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Query Parameters

organizationId
string<uuid>

Optional organization ID filter (required for customer queries)

pageSize
integer<int32>
default:50
page
integer<int32>
default:1
executionId
string

Search by execution ID (partial, case-insensitive match)

agentId
string<uuid>

Filter by agent ID

agentProfileIds
string<uuid>[]

Filter by agent profile IDs (can specify multiple, there is an 'OR' condition applied to these)

status
enum<string>[]

Filter by execution status (can specify multiple, there is an 'OR' condition applied to these)

Available options:
starting,
running,
paused,
awaiting_confirmation,
completed,
cancelled,
failed,
paused_by_agent
createdAfter
string<date-time>

Filter executions created after this timestamp

createdBefore
string<date-time>

Filter executions created before this timestamp

humanLabels
string<uuid>[]

Filter by human labels (can specify multiple label IDs, there is an 'OR' condition applied to these)

outcomeLabel
string

Filter by execution result outcome (partial, case-insensitive match)

metadataKey
string

Filter by metadata key - must be used together with metadataValue

metadataValue
string

Filter by metadata value - must be used together with metadataKey

inputsKey
string

Filter by input variable key - must be used together with inputsValue

inputsValue
string

Filter by input variable value (partial, case-insensitive match) - must be used together with inputsKey

workflowVersion
integer

Filter by workflow version number

hasScriptFailures
boolean

Filter by whether the execution recorded any script failures

sortField
enum<string>

Fields that can be used for sorting executions

Available options:
created_at,
status
sortDirection
enum<string>
Available options:
asc,
desc

Response

The request has succeeded.

items
object[]
required
page
integer<int64>
required
pageSize
integer<int64>
required
total
integer<int64>
required