v2

latestOpenAPI 3.0.4Apache 2.0raw.githubusercontent.com2026-07-1754198241.7 KB
Routes

List connector routes

Lists routes that compose source bindings, destination bindings, optional transformations, triggers, delivery policy, materialization policy, and atomicity. Routes are the durable registry shape for import/export, issuance enrichment, form capture, and workflow data movement.

get/routes

Query parameters

pageinteger

Zero-based page index.

sizeinteger

Page size.

Response

Paged connector routes.

Example response

{
  "data": [
    {
      "routeId": "1e8ff011-2274-4f16-a7dd-bf0b4fd5262f",
      "displayName": "Employee CSV to license invitations",
      "sourceBindingIds": [
        "2777417e-82ce-4d3e-b96c-94e00a4d9a93"
      ],
      "destinationBindingIds": [
        "b1313b55-ee8c-41d1-8f4f-f4fe2c15e3be"
      ],
      "atomicity": "PER_RECORD",
      "createdAt": "2026-06-18T10:00:00Z",
      "updatedAt": "2026-06-18T10:05:00Z"
    }
  ],
  "pagination": {
    "limit": 20,
    "offset": 0,
    "page": 0,
    "size": 20,
    "total": 1,
    "totalPages": 1,
    "hasMore": false
  }
}