---
title: "Status of Message Queues"
method: GET
path: "/message/queues/health"
tags: ["message"]
---

# Status of Message Queues

`GET /message/queues/health`

This endpoint returns the current status across all the message queue

## Headers

- `x-phone` string

## Response `200`

200 OK

- object — The response is a JSON object with a count of jobs per state in the message queue
  - `waiting` integer — Number of message jobs waiting to be processed
  - `active` integer — Number of message jobs currently being processed
  - `completed` integer — Number of message jobs completed successfully
  - `failed` integer — Number of message jobs that failed after all retry attempts
  - `delayed` integer — Number of message jobs scheduled for a future time
  - `paused` integer — Number of message jobs currently paused

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
