✨ List Dimension value-counts backfill jobs
✨ List Dimension value-counts backfill jobs
<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 Dimension value-counts backfill jobs for the authenticated user's active organization, ordered by most-recently created first. Supports page / page_size query params (default 50 per page, max 500). Requires administrator or owner role and Agreement V2 access.
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
status
Filter by job status: PENDING, QUEUED, RUNNING, COMPLETED, or FAILED.
Response
created_at
job_id
Database ID of the backfill job
project_id
Optional specific project to backfill (if null, backfills entire organization)
rq_job_id
Redis queue job ID
triggered_by
User who triggered the backfill
completed_at
error_message
Error message if job failed
progress_data
JSON data tracking job progress (rows_written, etc.)
started_at
status
Current status of the backfill job
PENDING- PendingQUEUED- QueuedRUNNING- RunningCOMPLETED- CompletedFAILED- Failed
Errors
400
Bad Request Error
403
Forbidden Error