List routers
Routers
List routers
GET /routers — paginated list of account routers
GET
List routers
Endpoint
/routersAuthentication: Bearer JWT
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
archived | boolean | false | Set to true to include archived routers |
limit | integer | 10 | Maximum number of results (10–100) |
offset | integer | 0 | Pagination offset |
Response fields
Each item indata includes:
| Property | Description |
|---|---|
id | Router ID |
name | Router display name |
object_type | Target object type internal name (e.g. contacts) |
has_integration | Whether the router uses a CRM integration |
is_published | Whether the router is published |
settings | Flattened configuration (primitives except trigger) |
users | Rotation users (email only) |
teams | Rotation teams (name only) |
archived | false or ISO timestamp when archived |
created_at, updated_at | Router timestamps (ISO 8601 UTC) |
Response
200 — Paginated listErrors
| Status | When |
|---|---|
400 | Invalid list path (e.g. /routers/{id} on list endpoint) |
401 | Missing or invalid account context in JWT |
500 | Internal server error |
Authorizations
Bearer JWT with valid account context.
Query Parameters
Include archived routers when true
Maximum results (default 10, max 100)
Required range:
1 <= x <= 100Pagination offset (default 0)
Required range:
x >= 0