List model run statuses for a dataset
GET/datasets/:id/files/models/runstatus
Returns ML model run status records for the dataset. Caller must have access to the dataset (else AUTH-1002). Filtering:
- filename only: returns { modelruns: [...] } for that file (from model-runs and file-runs tables); optional projectionExpression limits fields.
- ModelRunId only: returns { modelrun: { ModelRunId, BatchTransformationJobs, DatasetProcessingMode, RunStatus, ... } } with aggregate RunStatus SUCCESS|FAILED|INPROGRESS.
- neither: returns { modelruns: [...] } for all runs on the dataset. Safe to retry (read-only).
Request
Responses
- 200
- 400
- 500
Run status payload. Shape is MLModelsRunStatuses: either modelruns[] (list) or modelrun (single aggregate when ModelRunId is used).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Backend/generic failure. Body is {"Message": " -
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers