Evaluate
Get evaluations
Get paginated list of evaluations with filters for the current user
GET
Authorizations
JWT token for authentication
Query Parameters
Page number for pagination
Required range:
x >= 1
Number of items per page (max 100)
Required range:
1 <= x <= 100
Search term to filter evaluations
Filter by evaluation status. Use 'completed' to include both completed and partially_completed evaluations
Available options:
queued
, completed
, failed
, in_progress
, partially_completed
, cancelled
Filter by monitor ID
Filter evaluations from this date (ISO format)
Filter evaluations to this date (ISO format)
Field to sort by
Available options:
created_at
, modified_at
, evaluation_status
, eval_id
, start_timestamp
, completion_timestamp
Sort order (asc or desc)
Available options:
asc
, desc
Response
200
application/json
Evaluations retrieved successfully
The response is of type object
.