name parameter to search for evaluations by name. The search is case-insensitive and matches partial names. This is useful for discovering existing evaluations programmatically.
status parameter to control which evaluations are returned based on their deletion status:
active (default): Returns only active evaluationsdeleted: Returns only deleted/archived evaluationsall: Returns both active and deleted evaluationsAPI key or JWT token for authentication. Use 'X-API-KEY' header for API key or 'Authorization: Bearer' header for JWT.
Filter by specific workspace ID. If not provided, uses the current user's workspace
x >= 1Filter evaluations by name (case-insensitive partial match)
Filter evaluations by status: 'active' (default) returns only active evaluations, 'deleted' returns only deleted/archived evaluations, 'all' returns both
active, deleted, all Page number for pagination
x >= 1Number of items per page
1 <= x <= 100