Get paginated list of evaluations with filters for the current user
JWT token for authentication
Page number for pagination
x >= 1
Number of items per page (max 100)
1 <= x <= 100
Search term to filter evaluations
Filter by evaluation status. Use 'completed' to include both completed and partially_completed evaluations
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
created_at
, modified_at
, evaluation_status
, eval_id
, start_timestamp
, completion_timestamp
Sort order (asc or desc)
asc
, desc
Evaluations retrieved successfully
The response is of type object
.