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

idintegerOptional
preannotated_from_fieldsmap from strings to anyOptional
commit_to_projectbooleanOptional
return_task_idsbooleanOptional
statusenumOptional
Allowed values: createdin_progressfailedcompleted
urlstringOptional<=2048 characters
tracebackstringOptional
errorstringOptional
created_atdatetimeOptional

Creation time

updated_atdatetimeOptional

Updated time

finished_atdatetimeOptional

Complete or fail time

task_countintegerOptional
annotation_countintegerOptional
prediction_countintegerOptional
durationintegerOptional
file_upload_idsmap from strings to anyOptional
could_be_tasks_listbooleanOptional
found_formatsmap from strings to anyOptional
data_columnsmap from strings to anyOptional
tasksmap from strings to anyOptional
task_idsmap from strings to anyOptional
projectintegerOptional
Built with