List connector route runs
Lists execution history for one connector route. Use this route-scoped view when a route detail screen or orchestrator needs only runs belonging to the selected route. Tenant-wide operational dashboards should use /runs and its filters.
Path parameters
Stable identifier for a connector route.
Stable identifier of a connector route that composes a source operation, destination operation, optional transformation, and trigger policy.
Query parameters
Execution status of a route run or connector operation run.
Filters connector executions by lifecycle status.
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 for the route.
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
}
}