---
title: "Get Queue (getQueueById)"
method: GET
path: "/api/queues/{queueId}"
tags: ["queue-controller"]
---

# Get Queue (getQueueById)

`GET /api/queues/{queueId}`

Fetch the Queue object based on the provided Queue Id. 

Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.

## Path parameters

- `queueId` string, required

## Response `200`

OK

- Queue — A JSON value representing the queue.
  - `id` QueueId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'QUEUE', required — string
  - `createdTime` integer — Entity creation timestamp in milliseconds since Unix epoch
  - `tenantId` TenantId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'TENANT', required — string
  - `name` string
  - `topic` string
  - `pollInterval` integer
  - `partitions` integer
  - `consumerPerPartition` boolean
  - `packProcessingTimeout` integer
  - `submitStrategy` SubmitStrategy
    - `type` 'BURST' | 'BATCH' | 'SEQUENTIAL_BY_ORIGINATOR' | 'SEQUENTIAL_BY_TENANT' | 'SEQUENTIAL'
    - `batchSize` integer
  - `processingStrategy` ProcessingStrategy
    - `type` 'SKIP_ALL_FAILURES' | 'SKIP_ALL_FAILURES_AND_TIMED_OUT' | 'RETRY_ALL' | 'RETRY_FAILED' | 'RETRY_TIMED_OUT' | 'RETRY_FAILED_AND_TIMED_OUT'
    - `retries` integer
    - `failurePercentage` number, double
    - `pauseBetweenRetries` integer
    - `maxPauseBetweenRetries` integer
  - `additionalInfo` unknown

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
