Easy export of tasks and annotations
Note: if you have a large project it’s recommended to use
export snapshots, this easy export endpoint might have timeouts.
Export annotated tasks as a file in a specific format.
For example, to export JSON annotations for a project to a file called annotations.json
,
run the following from the command line:
To export all tasks, including skipped tasks and others without annotations, run the following from the command line:
To export specific tasks with IDs of 123 and 345, run the following from the command line:
Path parameters
id
A unique integer value identifying this project.
Headers
Authorization
Header authentication of the form Token <token>
Query parameters
download_all_tasks
If true, download all tasks regardless of status. If false, download only annotated tasks.
download_resources
If true, download all resource files such as images, audio, and others relevant to the tasks.
export_type
Selected export format (JSON by default)
ids
Specify a list of task IDs to retrieve only the details for those tasks.
Response
Exported data