Export Annotation Queue Records Url
Export selected records from an annotation queue and return a presigned download URL.
The request must specify either a list of record IDs or a filter tree to select queue records.
Permission checks:
- User must have READ permission on the annotation queue
Authorizations
Path Parameters
Body
Request to export selected annotation queue records.
Selector to specify which queue records to export (either by record IDs or filter tree)
- AnnotationQueueRecordsByRecordIDs
- AnnotationQueueRecordsByFilterTree
Column IDs to include in the export. Applies only to CSV exports.
Export format
csv, jsonl, jsonl_flat Redact sensitive data
Optional filename for the exported file
When true, export only enabled scorer metrics with computed values (success or roll_up). For session exports, omit entire sessions unless every enabled metric at session, trace, or span level is ready (success, roll_up, or not_applicable). Not supported with export_format=jsonl_flat (returns 422); use jsonl or csv instead.