GET /api/_health/celery-queue/

Health check endpoint to check if the the celery and/or export celery queue has exceeded the maximum healthy size. Responds with 200 if there there are less than 10 in all queues provided. Otherwise responds with a 503.

Servers

Query parameters

Name Type Required Description
queue String No

The name of the queues to check. Can be provided multiple times. Accepts either celery or export.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.