Check whether a job is finished, and get its result

get/jobs/{jobID}

Path parameters

jobIDstring required

The ID of the job to check

Response

Changes

Changed in 2 of the 50 revisions of this API.12

  • 0d706382896f11See the full diff
    • added the new succeeded enum value to the data/status response property for the response status 200

      response-property-enum-value-added

    • removed the completed enum value from the data/status response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added