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
Request body
search_text
Text string to filter eval template names. Case-insensitive.
Response
200 OK data
Array of eval template objects matching the search criteria.
id
UUID of the eval template.
name
Name of the eval template.
description
Description of what the eval template assesses.
success
Whether the request completed successfully.
Errors
400
The request was malformed or an error occurred while processing the search query.
401
Invalid or missing API credentials.