Jobs (public v2)

Create Job Public V2

post/v2/jobs

Request body

descriptionstring nullable

Free-text description of the job.

display_namestring nullable

Human-friendly job name shown in the UI.

extract_template_namestring required

Name of the extract template to run.

namestring required

Job name.

Response

Successful Response

created_atstring date-time nullable

When the job was created.

descriptionstring nullable

Free-text description of the job.

display_namestring nullable

Human-friendly job name shown in the UI.

extract_template_namestring nullable

Name of the extract template this job runs.

idstring required

Unique job identifier (job_<n>).

last_run_atstring date-time nullable

Timestamp of the most recent run.

last_run_status'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'CANCELLED' | 'TIMEOUT' | 'WARNING' nullable

Status of the most recent run.

namestring required

Job name.

updated_atstring date-time nullable

When the job was last updated.

Changes

Changed in 3 of the 55 revisions of this API.124

    • added the new optional request property inputs/anyOf[subschema #1: JobInputsPublicV2]/node_data

      new-optional-request-property

    • added the optional property inputs/anyOf[subschema #1: JobInputsPublicV2]/node_data to the response with the 201 status

      response-optional-property-added

    This revision also has 104 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 623b3bec8d87121See the full diff
    • added the new required request property extract_template_name

      new-required-request-property

    • removed the request property agent_name

      request-property-removed

    • removed the optional property agent_name from the response with the 201 status

      response-optional-property-removed

    • added the optional property extract_template_name to the response with the 201 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog