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
Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.
Query parameters
name
Filter evaluation groups by name (case-insensitive search).
page_size
The number of results to return per page.
page_number
The page number to retrieve.
Response
200 OK data
The list of evaluation groups.
total_count
Total number of evaluation groups matching the criteria.
total_pages
Total number of pages.
Errors
401
Authentication credentials were not provided or are invalid.
500
An unexpected error occurred.