Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by job status
Available options:
pending, queued, running, completed, error, user_error Maximum number of results to return (max 100)
Required range:
1 <= x <= 100Response
Successful response
The evaluation job ID
Example:
"eval-1234aedf"
The type of evaluation
Available options:
classify, score, compare Example:
"classify"
ID of the job owner (admin only)
Current status of the job
Available options:
pending, queued, running, completed, error, user_error Example:
"completed"
History of status updates (admin only)
The parameters used for this evaluation
When the job was created
Example:
"2025-07-23T17:10:04.837888Z"
When the job was last updated
Example:
"2025-07-23T17:10:04.837888Z"
Results of the evaluation (when completed)
- Option 1
- Option 2
- Option 3
- Option 4