get
https://tiles.fastmap.ai/v1/export/prints//status
Check the status of a print request
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Check the status of the job running in the background for exporting a print for a user.
The returned statuses are as follows:
- 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. - 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. - 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. - RUNNING
At this point, the task is actively executing as a job. - SUCCEEDED
This indicates that the task has been accomplished successfully. - FAILED
Tasks classified as FAILED have exhausted all available attempts without success.