cURL
curl --request GET \ --url https://api.vogent.ai/api/eval_configs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "promptSnippet": "<string>" } ], "cursor": "<string>" }
Lists the AI evaluation configurations in your workspace.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
The maximum number of configs to fetch.
The pagination cursor returned by the previous request.
Successful operation
Show child attributes
A cursor you can pass to fetch the next page. If no next page exists, the cursor will be null.