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>'
{ "count": 123, "next": "<string>", "previous": "<string>", "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "workspace": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "is_sample": true } ] }
Retrieve paginated list of evaluation groups for the organization
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Search by group name
List of evaluation groups
Show child attributes
Was this page helpful?