Skip to main content
GET
/
v1
/
runtime
/
describe
/
{user_id}
Runtime Describe
curl --request GET \
  --url https://api.adapter.com/v1/runtime/describe/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "built_at": "<string>",
  "ontology": "<string>",
  "schema": "<string>",
  "user_id": "<string>"
}

Authorizations

Authorization
string
header
required

Pass your ak_live_... API key as a Bearer token.

Path Parameters

user_id
string
required

Response

Successful Response

built_at
string
required

ISO-8601 timestamp when the graph snapshot was built.

ontology
string
required

Formatted ontology — entity types, categories, descriptions.

schema
string
required

Formatted DB schema — table/column list from information_schema.

user_id
string
required