Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20

Maximum number of execution rows to return.

Required range: 1 <= x <= 10000
order
enum<string>
default:desc

Sort direction on execution created_at.

Available options:
asc,
desc
before
string | null

Return executions before this primitive-execution id (keyset cursor).

after
string | null

Return executions after this primitive-execution id (keyset cursor).

environment_id
string | null

Scope the export to this environment id within the caller's organization. Defaults to the authenticated identity's environment.

workflow_id
string | null

Filter to a single workflow id (origin workflow).

project_id
string | null

Filter to executions owned by a single project id.

api_key_id
string | null

Filter to executions triggered by a single API key id (the api_key_id returned under triggered_by).

access_token_id
string | null

Filter to executions triggered by a single access token id (the access_token_id returned under triggered_by).

user_id
string | null

Filter to executions triggered by a single user id (the user_id returned under triggered_by).

run_id
string | null

Filter to a single workflow run id (origin run).

block_id
string | null

Filter to a single workflow block id (origin block).

operation
string | null

Filter by operation: extraction, classify, split, parse, edit, partition, schema_generation, or consensus. The stored-kind aliases extract and classification are also accepted. An unknown value is rejected with 422.

status
string | null

Filter by execution lifecycle status: created, running, completed, failed, or canceled. Note the single-l spelling: a primitive execution is canceled, whereas a workflow run's status is cancelled. An unknown value is rejected with 422.

metadata
string | null

Filter by metadata equality: a JSON object of string key/value pairs (e.g. {"tenant":"acme"}). Pairs AND together.

from_date
string | null

Inclusive created_at lower bound (YYYY-MM-DD, UTC).

to_date
string | null

Inclusive created_at upper bound (YYYY-MM-DD, UTC).

Response

Successful Response

data
UsagePrimitiveRecord · object[]
required
list_metadata
ListMetadata · object
required

Boundary resource IDs for page navigation.