v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Job

Gets a specific revision for a job definition.

get/job/definition/{definitionId}/revision/{revisionNumber}

Path parameters

definitionIdstring required

The id of the job definition.

revisionNumberinteger required

The revision number to retrieve.

Response

OK

definitionIdstring required

The job definition id.

revisionNumberinteger required

The revision number.

state'Pending' | 'Completed' | 'Failed' required
pipelineIdstring required

The pipeline id.

datasetIdstring required

The dataset id.

{"stackTrail":"components:schemas:AggregatorType","oasType":"schema","type":"unknown"}
createdAtstring date-time required

The creation timestamp.

createdByIdstring uuid required

The id of the user who created the revision.

createdByMailstring required

The email of the user who created the revision.

isInstructionComplexboolean nullable

Whether the instruction was flagged as too complex for the average annotator to understand. Null until the asynchronous complexity check has completed.

instructionComplexityReasonstring nullable

A short explanation of why the instruction was flagged, when applicable.