Skip to main content

What it is

Export lets you turn annotation results from a queue into a structured dataset you can use for fine-tuning, evaluation, or offline analysis. You can export directly into a FutureAGI dataset or download as JSON/CSV.

Export to Dataset

1

Open Export to Dataset

Open queue detail and click the Export to Dataset button in the header.
2

Choose a target dataset

Create a new dataset by entering a name, or select an existing dataset from the dropdown.
3

Filter by status

Optionally filter by item status. By default, only completed items are included.
4

Run the export

Click Export. The annotations are written as rows in the target dataset with all label values as columns.

Export as JSON/CSV

1

Open the Export menu

Open queue detail and click the Export button. Choose your format — JSON or CSV.
2

Filter by status

Optionally filter by item status to include only the records you need.
3

Download the file

Click Download. The file is generated and saved to your local machine.

Export data structure

Each exported record contains the following fields:
FieldDescription
item_idQueue item ID
source_typeType of annotated source (trace, span, session, etc.)
source_idID of the annotated entity
statusItem status (completed, skipped, etc.)
annotationsArray of label values with annotator info
notesAnnotator notes (if any)

Use cases for exported data

  • Fine-tuning — Use annotated traces as training data for model improvement.
  • Evaluation datasets — Create golden datasets for automated eval pipelines.
  • Quality reports — Analyze annotation patterns and model failure modes offline.
  • Model comparison — Compare model outputs across annotated dimensions.
Export to Dataset creates a full FutureAGI dataset that you can use with all dataset features including experiments, evaluations, and prompt management.
For programmatic export, use the Queues API or the SDK export methods.

Next steps

Analytics & Agreement

Review annotation progress and agreement before exporting.

Dataset Overview

Learn about FutureAGI datasets and what you can do with exported data.

Queues API

Export annotations programmatically via the REST API.