List Evaluation Groups

Retrieves a paginated list of evaluation groups for the user's workspace, including sample groups.

GET https://api.futureagi.com/model-hub/eval-groups/

Authentication

Authorization Bearer Required

Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.

Query parameters

name string Optional

Filter evaluation groups by name (case-insensitive search).

page_size integer Optional

The number of results to return per page.

page_number integer Optional

The page number to retrieve.

Response

200 OK
data array of any

The list of evaluation groups.

total_count integer

Total number of evaluation groups matching the criteria.

total_pages integer

Total number of pages.

Errors

401 Unauthorized Optional

Authentication credentials were not provided or are invalid.

500 Internal Server Error Optional

An unexpected error occurred.

GET /
Authentication
REQUEST
 
RESPONSE