List connector runs
Lists route and operation runs across the tenant. Use this direct tenant-wide run resource for operational dashboards, customer support, audit trails, retry decisions, and monitoring failed or partially failed imports and exports. Use /routes/{routeId}/runs for route-scoped history.
Query parameters
Execution status of a route run or connector operation run.
Filters connector executions by lifecycle status.
Stable identifier for a connector route.
Filters connector executions by route id.
Stable platform identifier for a configured connector instance.
Filters connector executions by the registry connector instance id.
Stable identifier of the domain invocation binding that caused a connector call.
Filters connector executions by Phase 5 invocation binding lineage.
Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.
Filters connector executions by logical connection binding lineage.
Stable platform identifier for a configured connector instance.
Filters connector executions by physical connector instance lineage.
Explicit exchange quadrant. Data direction and initiation side remain separate axes in run responses.
Filters connector executions by the Phase 5 data-direction and initiation-side quadrant.
Product, protocol, form, portal, workflow, or application surface that owns a connector invocation binding.
Filters connector executions by the product, protocol, form, portal, workflow, or application surface that initiated the run.
Filters connector executions by durable route-run correlation id.
Zero-based page index.
Page size.
Response
Paged connector runs.
Example response
{
"data": [
{
"runId": "9a785884-63ea-4b07-9976-264a1fc595f1",
"routeId": "1e8ff011-2274-4f16-a7dd-bf0b4fd5262f",
"status": "PARTIALLY_FAILED",
"startedAt": "2026-06-18T10:20:00Z",
"finishedAt": "2026-06-18T10:21:12Z",
"itemCount": 250,
"successCount": 247,
"failureCount": 3
}
],
"pagination": {
"limit": 20,
"offset": 0,
"page": 0,
"size": 20,
"total": 1,
"totalPages": 1,
"hasMore": false
}
}