Retrieve a paginated list of evaluations in your workspace.Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
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 <= 100Filter by the creator's email address.
Filter resources created at or after this timestamp.
Filter resources created at or before this timestamp.
Filter resources updated at or after this timestamp.
Filter resources updated at or before this timestamp.
External ID source to filter by. Must be provided with external_id.
External ID value to filter by. Must be provided with external_source.
Sort field.
created_at, updated_at, name, id Sort direction.
asc, desc