cURL
curl --request GET \ --url https://api.vogent.ai/api/eval_configs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "promptSnippet": "<string>" }
Gets the metadata of an AI evaluation configuration.
Documentation IndexFetch the complete documentation index at: https://docs.vogent.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vogent.ai/llms.txt
Use this file to discover all available pages before exploring further.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
ID of the eval config.
Successful operation