Skip to main content
GET
List executions

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Query Parameters

agent_id
integer

Filter by agent (workflow) id.

entity_id
string

Filter by PSA entity id.

entity_number
string

Filter by PSA entity number (e.g. ticket number).

include_sub_entities
boolean

Also return runs that processed this entity as one of many (SCHEDULED / bulk runs, matched on processed_sub_entity_ids). Defaults to false. Matches on the PSA entity id, so supply entity_id on a PSA where id and number differ. Pair it with since — without a time bound this filter scans the tenant's whole execution history.

since
string

ISO-8601 lower bound on created_at (inclusive). Bounds the scan; strongly recommended whenever include_sub_entities=true.

status
string

Comma-separated execution statuses to include.

page_size
integer

Items per page (1-200, default 50).

cursor
string

Opaque pagination cursor from a previous response's meta.pagination.next_cursor.

Response

Success.

data
Execution · object[]
required
meta
object
required