jobs

Create Job

Create a new on-demand job using either a template (with persistent job optimization) or custom DAG.

post/api/v1/jobs/

Headers

unstructured-api-keystring nullable

Response

Successful Response

idstring uuid required
workflow_idstring uuid required
workflow_namestring required
status'SCHEDULED' | 'IN_PROGRESS' | 'COMPLETED' | 'STOPPED' | 'FAILED' | 'REJECTED' required
created_atstring date-time required
runtimestring duration nullable
input_file_idsstring[] nullable
job_type'ephemeral' | 'persistent' | 'scheduled' | 'template'
reasonstring nullable

Sanitized failure reason for a FAILED job; None otherwise.

Changes

Changed in 1 of the 3 revisions of this API.21

  • ccebd049e01221See the full diff
    • the request_data request property contentMediaType changed from to application/json

      request-property-content-media-type-changed

    • added 'contentSchema' to the request property request_data

      request-property-content-schema-added

    • added the optional property reason to the response with the 200 status

      response-optional-property-added