Dimensions

✨ List Agreement V2 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 Agreement V2 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/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:AgreementV2BackfillJob:properties:progress_data","oasType":"schema","type":"unknown","description":"JSON data tracking job progress (matrices_created, errors, 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

Changes

Changed in 3 of the 97 revisions of this API.24

    • the response property items/triggered_by became nullable for the status 200

      response-property-became-nullable

    • the items/triggered_by response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • added FsmBackfillJobStatusEnum to the items/status response property allOf list for the response status 200

      response-property-all-of-added

    • removed StatusA47Enum from the items/status response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added StatusA47Enum to the items/status response property allOf list for the response status 200

      response-property-all-of-added

    • removed AgreementV2BackfillJobStatusEnum from the items/status response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 97 revisions, 1 has no diff computed.