✨ Get state backfill 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 of a state backfill job for the authenticated user's active organization. By default returns the aggregated org status, or specify job_id or project_id to get explicit job statuses. Shows progress, completion time, and any errors. Requires administrator or owner role and both FSM feature flags (fflag_feat_fit_568_finite_state_management and fflag_feat_fit_710_fsm_state_fields).

Authentication

AuthorizationToken
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>

Query parameters

job_idintegerOptional
Optional job ID to retrieve specific job status
project_idintegerOptional
Optional project ID to retrieve the latest job status for a project. If omitted, returns aggregated org status.

Response

completed_atdatetime or null
created_atdatetime or null
error_messagestring or null
job_idinteger or null

Job ID (if fetching a specific job)

org_statusobject or null
Aggregated organization status
progressobject or null
rq_job_idstring or null
rq_job_infomap from strings to any or null
started_atdatetime or null
statusstring or null
triggered_byobject or null

Errors