Check the status of a crop request

Check the status of a crop request

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

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:

  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
string
required

The id of the crop request

Responses

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