Skip to main content
GET
/
eval_configs
/
{id}
Get Eval Config
curl --request GET \
  --url https://api.vogent.ai/api/eval_configs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "promptSnippet": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

In the form Bearer <api_key_here>. You can find your api key in your dashboard.

Path Parameters

id
string
required

ID of the eval config.

Response

Successful operation

id
string
required
name
string
required
promptSnippet
string
required