get
https://tiles.fastmap.ai/v1/export/crops//status
Check the status of a crop request
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This API endpoint provides information about the condition of a crop request, which is identified by the request ID given by users. This crop request ID is obtained from the crop request endpoint after the successful submission of the request.
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.