Skip to main content
GET
/
agents
/
routing-manifest
Get Routing Manifest
curl --request GET \
  --url https://api.example.com/agents/routing-manifest
{
  "entries": [
    {
      "agent_type_id": "<string>",
      "agent_type_name": "<string>",
      "when": "<string>",
      "examples": [
        "<string>"
      ],
      "avoid": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

Assembled routing manifests from all active agent types with conversation routing.

Attributes: entries: List of routing manifest entries, one per eligible agent type.

entries
RoutingManifestEntry · object[]
required