iiRecord
Agentic AI Atlas · GET /api/v1/tokens
api-endpoint:adapters-gateway-get-tokensa5c.ai
II.
APIEndpoint JSON

api-endpoint:adapters-gateway-get-tokens

Structured · live

GET /api/v1/tokens json

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

File · extensions/api-endpoints/adapters-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:adapters-gateway-get-tokens",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/adapters-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/v1/tokens",
    "method": "GET",
    "path": "/api/v1/tokens",
    "responseShape": "{ authenticatedAs: string, tokens: list<TokenRecord> }",
    "authRequired": true,
    "description": "List bearer tokens registered with the gateway. Source: packages/adapters/gateway/src/server.ts:215-224."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:adapters-gateway-get-tokens",
      "to": "package:a5c-ai-adapters-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-adapters-gateway",
      "to": "api-endpoint:adapters-gateway-get-tokens",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}