iiRecord
Agentic AI Atlas · GET /api/v1/state
api-endpoint:get-statea5c.ai
II.
APIEndpoint JSON

api-endpoint:get-state

Structured · live

GET /api/v1/state 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-state",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/api-endpoints-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/v1/state",
    "method": "GET",
    "path": "/api/v1/state",
    "responseShape": "RuntimeSnapshot",
    "authRequired": false
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:get-state",
      "to": "http-server:default-localhost",
      "kind": "exposed_by",
      "attributes": {}
    },
    {
      "from": "api-endpoint:get-state",
      "to": "operational-trigger:refresh-reconcile",
      "kind": "fires_operational_trigger",
      "attributes": {}
    },
    {
      "from": "api-endpoint:get-state",
      "to": "operational-trigger:drain",
      "kind": "fires_operational_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "dashboard:default-html",
      "to": "api-endpoint:get-state",
      "kind": "reads_endpoint",
      "attributes": {}
    },
    {
      "from": "dashboard:tui-panel",
      "to": "api-endpoint:get-state",
      "kind": "reads_endpoint",
      "attributes": {}
    }
  ]
}