v76

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-015764591.5 MB
Dimensions

✨ 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.
get/api/dimensions/value-counts-backfill/jobs/

Query parameters

statusstring

Filter by job status: PENDING, QUEUED, RUNNING, COMPLETED, or FAILED.

Response

completed_atstring date-time nullable
created_atstring date-time required
error_messagestring

Error message if job failed

job_idinteger required

Database ID of the backfill job

{"stackTrail":"components:schemas:ValueCountsBackfillJob:properties:progress_data","oasType":"schema","type":"unknown","description":"JSON data tracking job progress (rows_written, etc.)"}
project_idinteger nullable required

Optional specific project to backfill (if null, backfills entire organization)

rq_job_idstring nullable required

Redis queue job ID

started_atstring date-time nullable
status'PENDING' | 'QUEUED' | 'RUNNING' | 'COMPLETED' | 'FAILED'
  • PENDING - Pending
  • QUEUED - Queued
  • RUNNING - Running
  • COMPLETED - Completed
  • FAILED - Failed
triggered_byobject nullable required

User who triggered the backfill