cURL
curl --request GET \ --url https://api.futureagi.com/model-hub/eval-groups/ \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "required_keys": [ "<string>" ], "evals_count": 123, "is_sample": true } ], "total_count": 123, "total_pages": 123 }
Retrieves a paginated list of evaluation groups for the user’s workspace, including sample groups.
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Filter evaluation groups by name (case-insensitive search).
The number of results to return per page.
The page number to retrieve.
Successfully retrieved the list of evaluation groups.
Show child attributes
Total number of evaluation groups matching the criteria.
Total number of pages.
Was this page helpful?