iiRecord
Agentic AI Atlas · GET /api/v1/<id>
api-endpoint:get-by-ida5c.ai
II.
APIEndpoint JSON

api-endpoint:get-by-id

Structured · live

GET /api/v1/<id> json

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

File · extensions/api-endpoints/api-endpoints-symphony.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:get-by-id",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/api-endpoints-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/v1/<id>",
    "method": "GET",
    "path": "/api/v1/{id}",
    "responseShape": "LiveSession",
    "authRequired": false
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:get-by-id",
      "to": "http-server:default-localhost",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}