---
title: "Get Queue Status"
method: GET
path: "/queue"
tags: ["queue"]
---

# Get Queue Status

`GET /queue`

This endpoint returns the current status of the message queue

## Headers

- `x-phone` string

## Response `200`

200 OK

- object — The response is a JSON object with details about the queue running status and a summary count of the job status in the last 24 hours - `is_running` - If this is true, the queue is running. - Reverts to false when the phone connection is DISCONNECTED - `active` - The number of jobs currently being processed by the queue - `completed` - The number of jobs completed successfully in the last 24 hours - `failed` - The number of jobs that failed in the last 24 hours - `pending` - The number of jobs currently waiting in the queue

---

[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)
