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 evaluationsinclude_runs parameter to include batch run details nested under each evaluation. When set to true, each evaluation object in the response will include a runs array containing all of its batch runs with their status and cell status counts.
This is useful for programmatically discovering batch run IDs without needing to inspect the UI.Your PromptLayer API key.
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 If true, include batch runs nested under each evaluation. Each run includes its full report data, status (RUNNING or COMPLETED), and cell status counts.
Page number for pagination
x >= 1Number of items per page
1 <= x <= 100