List auto-label jobs
Retrieve a paginated list of auto-label jobs.Parameters
Filter by project UID
Filter by job status (e.g., ‘pending’, ‘running’, ‘completed’, ‘failed’)
Maximum number of jobs to return per page
Cursor for pagination
Returns
Returns a cursor-paginated list of auto-label job objects.Array of auto-label job objects
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Get an auto-label job
Retrieve a specific auto-label job by UID.Parameters
The unique identifier of the auto-label job
Returns
Returns the auto-label job object.Unique identifier for the job
Current status of the job
Type of model used for auto-labeling
Minimum confidence threshold for predictions
Labels to auto-label
Whether this is a dry run (preview only)
Total number of items to process
Number of items processed so far
Number of items successfully labeled
Number of items that failed
Number of items skipped
Progress percentage (0-100)
Error message if the job failed
Summary of results
ISO 8601 timestamp of when the job started
ISO 8601 timestamp of when the job completed
ISO 8601 timestamp of when the job was created
Create an auto-label job
Create a new auto-label job for a project.Parameters
The unique identifier of the project
Type of model to use for auto-labeling (e.g., ‘yolov8’, ‘sam’)
Minimum confidence threshold for accepting predictions (0.0 to 1.0)
Specific labels to auto-label. If not provided, all labels will be used
If true, preview results without applying annotations
Returns
Returns the created auto-label job object.Cancel an auto-label job
Cancel a running auto-label job.Parameters
The unique identifier of the job to cancel