List and filter evaluation items
Return a paginated list of evaluation items belonging to the caller’s account.
Pass evaluation_id to restrict the results to a single evaluation’s items. The
completion_status filter selects items by whether any of their tasks errored:
failed returns only items that have task errors, passed returns only items with no
task errors, and all (or omitting the parameter) returns every item. Archived items
are excluded unless include_archived=true. Each returned item has its cached task
results merged into data and its errors exposed in task_errors, identically to the
single-item endpoint.
Authorizations
Headers
Query Parameters
Filter items by completion status. Pass 'failed' to return only items with errors, 'passed' for items without errors. Pass 'all' or omit to return all items. Filter for evaluation item completion status based on task errors.
failed, passed, all 1 <= x <= 10000asc, desc Response
Successful Response
The total of items that match the query. This is greater than or equal to the number of items returned.
Whether there are more items left to be fetched.
"list"The maximum number of items to return.

