Get project import info

Return data related to async project import operation

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idintegerRequired
A unique integer value identifying this project import.
import_pkintegerRequired

Response

created_atdatetime or null
Creation time
idinteger
updated_atdatetime or null
Updated time
annotation_countinteger or null-2147483648-2147483647
commit_to_projectboolean or null
could_be_tasks_listboolean or null
data_columnsany or null
durationinteger or null-2147483648-2147483647
errorstring or null
file_upload_idsany or null
finished_atdatetime or null
Complete or fail time
found_formatsany or null
preannotated_from_fieldsany or null
prediction_countinteger or null-2147483648-2147483647
projectinteger or null
return_task_idsboolean or null
statusenum or null
* `created` - Created * `in_progress` - In progress * `failed` - Failed * `completed` - Completed
Allowed values:
task_countinteger or null-2147483648-2147483647
task_idsany or null
tasksany or null
urlstring or null<=2048 characters