Skip to main content
GET
/
v1
/
evals
/
status
Get Evals Status
curl --request GET \
  --url https://api.bland.ai/v1/evals/status \
  --header 'authorization: <authorization>'
{
  "data": {
    "enabled": true,
    "gate": "evals_enabled",
    "reason": null
  },
  "errors": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.bland.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required
Your API key for authentication.

Response

enabled
boolean
Whether Evals is enabled for your organization.
gate
string
The feature gate key. Always evals_enabled.
reason
string
Why the feature is unavailable, or null when enabled.
This is the only Evals endpoint that is not gated. When Evals is disabled, every other /v1/evals endpoint returns 404.
{
  "data": {
    "enabled": true,
    "gate": "evals_enabled",
    "reason": null
  },
  "errors": null
}

Docs for agents: llms.txt