Get Eval Template Names

Search and retrieve a list of evaluation template names available in your organization.

POST https://api.futureagi.com/model-hub/get-eval-template-names

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

search_text string Optional

Text string to filter eval template names. Case-insensitive.

Response

200 OK
data array
Array of eval template objects matching the search criteria.
id string
UUID of the eval template.
name string

Name of the eval template.

description string

Description of what the eval template assesses.

success boolean
Whether the request completed successfully.

Errors

400 Bad Request Optional
The request was malformed or an error occurred while processing the search query.
401 Unauthorized Optional
Invalid or missing API credentials.
GET /
Authentication
REQUEST
 
RESPONSE