List executions
Agent/workflow execution rows for the caller’s tenant. Cursor-paginated, newest first on a stable (created_at, run_id) cursor. A SCHEDULED / bulk run carries no single entity — its entity_id/entity_number are null and the entities it processed are on processed_sub_entity_ids, so pass include_sub_entities=true to see the sweeps that touched a given ticket alongside its per-ticket runs.
Authorizations
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
Filter by agent (workflow) id.
Filter by PSA entity id.
Filter by PSA entity number (e.g. ticket number).
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.
ISO-8601 lower bound on created_at (inclusive). Bounds the scan; strongly recommended whenever include_sub_entities=true.
Comma-separated execution statuses to include.
Items per page (1-200, default 50).
Opaque pagination cursor from a previous response's meta.pagination.next_cursor.
