job

Get job status (deprecated)

Deprecated. Superseded by GET /api/jobs/{job_id} (plural path). Clients should migrate; the endpoint is retained for backward compatibility but will be removed in a future release.

get/api/job/{job_id}/status

Path parameters

job_idstring uuid required

The unique ID of the job

Response

Success - Job status returned

assigned_inferencestring nullable

The inference instance assigned to this job (if any)

created_atstring date-time required

When the job was created

error_messagestring nullable

Error message if the job failed

idstring uuid required

The job ID

last_state_updatestring date-time

When the job status was last changed

status'waiting_to_dispatch' | 'pending' | 'in_progress' | 'completed' | 'error' | 'cancelled' required

Current job status

updated_atstring date-time required

When the job was last updated

Changes

Changed in 6 of the 38 revisions of this API.2621

    • removed the required property error from the response with the 401 status

      response-required-property-removed

    • removed the required property error from the response with the 404 status

      response-required-property-removed

    • api tag job added

      api-tag-added

    • api tag queue removed

      api-tag-removed

    • added the optional property details to the response with the 403 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • the response property code became required for the status 401

      response-property-became-required

    • the response property code became required for the status 404

      response-property-became-required

    • added the required property message to the response with the 401 status

      response-required-property-added

    • added the required property message to the response with the 404 status

      response-required-property-added

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

  • c4db9e1283df67See the full diff
    • removed the optional property completed_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property progress from the response with the 200 status

      response-optional-property-removed

    • removed the optional property started_at from the response with the 200 status

      response-optional-property-removed

    • added the new error enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new in_progress enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new waiting_to_dispatch enum value to the status response property for the response status 200

      response-property-enum-value-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • removed the failed enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the running enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • added the required property created_at to the response with the 200 status

      response-required-property-added

    • added the required property updated_at to the response with the 200 status

      response-required-property-added

    • api operation id getCloudJobStatus removed and replaced with getJobStatus

      api-operation-id-removed

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • endpoint deprecated

      endpoint-deprecated

    • endpoint added

      endpoint-added

    • api path removed with deprecation

      api-path-removed-with-deprecation

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