Get inference run info
<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>
Get information (status, metadata, etc) about an existing inference run
Authentication
AuthorizationToken
Header authentication of the form Token <token>
Path parameters
prompt_id
version_id
Query parameters
ordering
Which field to use when ordering the results.
parent_model
The ID of the parent model for this Inference Run
project
The ID of the project this Inference Run makes predictions on
project_subset
Defines which tasks are operated on (e.g. HasGT will only operate on tasks with a ground truth annotation, but All will operate on all records)
Allowed values:
Response
created_at
id
parent_model
project
status
* `Pending` - Pending
* `InProgress` - InProgress
* `Completed` - Completed
* `Failed` - Failed
* `Canceled` - Canceled
Allowed values:
completed_at
created_by
job_id
Job ID for inference job for a ModelRun e.g. Adala job ID
organization
predictions_updated_at
project_subset
All
- AllHasGT
- HasGTSample
- Sample
Allowed values:
total_correct_predictions
total_predictions
total_tasks
triggered_at