Export labels from project
Export model run data
Export fields
Labelbox exports aligns with the data-row-centric paradigm, thus every line, regardless of the export time, will include information on each included data row.data_row
details
* The
last_activity_at field is not included in exports from a model run.
projects
The projects field contains a dictionary in which the keys are project IDs and the values consist of the fields explained below.
In a project-based export, there will only be a singular project ID in this dictionary. Yet, when exporting from the Catalog, consider that a data row may have been labeled in multiple projects, and thus the dictionary will have multiple keys.
Project IDs are used in favor of project names in order to enforce uniqueness.
labels
label_details
reviews(for legacy only)
performance_details
Delay on value update
Eachperformance_detailsfield may take up to 30 minutes to update after you labeling, reviewing, reworking, or submitting the label.performance_details_v2
The breakdown of time spent on each workflow task (initial labeling, review, and rework).
annotations
project_details
workflow_history
experiments
The experiments field contains a dictionary in which the keys are model experiment IDs, and the values consist of the name and a dictionary of model runs.
In a model-based export, only a singular model ID will be in this dictionary. Yet, when exporting from the Catalog, consider that a data row may be included in multiple models, and thus the dictionary will have multiple keys.
Model experiment IDs are used in favor of model names to enforce uniqueness.
runs
The model runs field contains a dictionary in which the keys are model run IDs, and the values consist of the fields explained below.
Model run IDs are used in favor of model run names to enforce uniqueness.