✨ Get member tag import status

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Retrieve the status and results of a member tag import job. The response includes the current status (created, in_progress, completed, failed), timestamps, and counts of tags created, assignments made, and users skipped.

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 organization.
import_pkintegerRequired
A unique integer value identifying this import job.

Response

created_atdatetimeRead-only
idintegerRead-only
assignments_createdinteger or null-2147483648-2147483647
finished_atdatetime or null
statusenum or null
* `created` - Created * `in_progress` - In Progress * `completed` - Completed * `failed` - Failed
Allowed values:
tags_createdinteger or null-2147483648-2147483647
users_skippedany or null

Errors