Check the status of a print request

Check the status of a print request

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Check the status of the job running in the background for exporting a print for a user.

The returned statuses are as follows:

  1. SUBMITTED
    This pertains to a task that has been placed in the queue but hasn't yet undergone evaluation by the scheduler. Once this evaluation is done, the task is shifted to the RUNNABLE state.
  2. RUNNABLE
    This describes a task that exists within the queue and is prepared to be scheduled onto a host. As soon as suitable resources become accessible within any of the compute environments associated with the task's queue, the task begins execution. However, if the necessary resources are not immediately available, the task can remain in this state indefinitely.
  3. STARTING
    Tasks in this phase have been allotted to a host, and the relevant procedures for initializing the containers are in progress. After the container image has been fetched and the container is operational, the task's status changes to RUNNING.
  4. RUNNING
    At this point, the task is actively executing as a job.
  5. SUCCEEDED
    This indicates that the task has been accomplished successfully.
  6. FAILED
    Tasks classified as FAILED have exhausted all available attempts without success.
Path Params
int32
required
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json