Skip to main content
GET
/
api
/
v1
/
runtime
Get runtime metadata
curl --request GET \
  --url http://localhost:4000/api/v1/runtime \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>",
  "data_dir": "<string>",
  "feature_flags": {},
  "provider_summary": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Runtime information

version
string
required
data_dir
string
required
feature_flags
object
required
provider_summary
string
required
Last modified on March 31, 2026