Get task summary
Get a paginated summary table of items, evaluator runs, and human annotations for a task
Authorizations
API key for authentication
Path Parameters
Annotation task to act on
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Query Parameters
Filter rows to a single item. The full task-wide annotator union is still returned in annotators
When true, emit only one row for each (item, evaluator) pair using the evaluator's live version. Versions other than the live one that have runs are excluded
When true, keep only rows where the evaluator disagreed with at least one annotator
Case-insensitive substring search on payload.name. Blank is a no-op
Sort key for the results
Sort direction
asc, desc Maximum number of items to return
1 <= x <= 1000000Number of items to skip before returning results
x >= 0Return a compact response that omits heavy detail fields (rows.payload, rows.evaluator_reasoning, rows.annotations.reasoning, evaluators.versions.system_prompt, evaluators.versions.output_config, evaluators.versions.variables, item_comments), keeping only the lightweight decision fields. Omit for full detail
Response
Successful Response
ID of the task
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Type of the task
stt, llm, llm-general, conversation, tts The task's evaluators, stable across pages, each with its live rubric
The annotators who labelled or commented on items in the task, stable across pages
One row per item, evaluator, and version on this page, with the evaluator's value and each annotator's label
Where this page sits in the full item list
Annotator comments, keyed by item ID