Retrieve the status of a process initiated in one of our AI services.

Overview

The /process route allows you to retrieve the current status and details of a process that has been initiated in one of our AI services. Each request to this endpoint returns information about the process, including its status and any additional details relevant to its execution

Possible Statuses

The execution status will be one of the following:

  • NOT_FOUND: The specified uuid was not found. This means the process does not exist, or the uuid provided is incorrect.
  • CREATED: The execution has been successfully created and is waiting to be processed.
  • IN_PROGRESS: The execution is currently being processed. The system is working on completing the task.
  • FAILED: The execution has failed. This could be due to an error or issue encountered during processing.
  • DELIVERED: The execution has been completed successfully, and the results have been delivered.

ℹ️ Additional Information

For further details on the data field on the process, please refer to the webhook page of the respective service.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!