iiRecord
Agentic AI Atlas · GET /api/dispatch-context-labels
api-endpoint:agent-mux-gateway-get-dispatch-context-labelsa5c.ai
II.
APIEndpoint JSON

api-endpoint:agent-mux-gateway-get-dispatch-context-labels

Structured · live

GET /api/dispatch-context-labels json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-get-dispatch-context-labels",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/dispatch-context-labels",
    "method": "GET",
    "path": "/api/dispatch-context-labels",
    "responseShape": "{ dispatchContextLabels: list<DispatchContextLabel> }",
    "authRequired": false,
    "description": "List dispatch-context labels. Source: packages/agent-mux/gateway/src/kanban/routes.ts:890-899."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-get-dispatch-context-labels",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-get-dispatch-context-labels",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}