API ReferenceTasks

Get project import info

GET

Get information about an async project import operation. This can be especially useful to monitor status, as large import jobs can take time.

You will need the project ID and the unique ID of the import operation.

The project ID can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using List all projects.

The import ID is returned as part of the response when you call Import tasks.

Path parameters

idintegerRequired
The project ID.
import_pkstringRequired

Response

This endpoint returns an object
id
integerOptional
preannotated_from_fields
map from strings to anyOptional
commit_to_project
booleanOptional
return_task_ids
booleanOptional
status
enumOptional
Allowed values: createdin_progressfailedcompleted
url
stringOptional
traceback
stringOptional
error
stringOptional
created_at
datetimeOptional
Creation time
updated_at
datetimeOptional
Updated time
finished_at
datetimeOptional
Complete or fail time
task_count
integerOptional
annotation_count
integerOptional
prediction_count
integerOptional
duration
integerOptional
file_upload_ids
map from strings to anyOptional
could_be_tasks_list
booleanOptional
found_formats
map from strings to anyOptional
data_columns
map from strings to anyOptional
tasks
map from strings to anyOptional
task_ids
map from strings to anyOptional
project
integerOptional