How Can I Check the Status of a Symbl Async API Call?

The Job Status API is used to retrieve the status of an ongoing Async API request. You will need to reference the “jobId” that was sent in the response of the initial Async API call.

This is a GET command which references the following API endpoint:

The API will include an “id” and “status” in it’s response field.

The possible “status” conditions are:

  • in_progress
  • completed
  • failed

For more information, please refer to the following Symbl API Documentation: