---
title: "Get a task queue"
method: GET
path: "/v1/task-queues/{taskQueueId}"
tags: ["Task Queue"]
---

# Get a task queue

`GET /v1/task-queues/{taskQueueId}`

Returns the name and timestamps for one active scheduling-task queue. Unknown, deleted, or out-of-organization queues return not found.

## Path parameters

- `taskQueueId` string, required — a task queue ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.

## Response `200`

Success

- TaskQueue
  - `id` string, required — Canonical task queue ID (que_ followed by 32 lowercase hexadecimal UUID characters).
  - `name` string, required
  - `created_at` string, date-time, required — ISO 8601 timestamp.
  - `updated_at` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `410` — Gone
- `500` — Internal error

---

[API](https://skmtc.dev/modernloop/apis/modernloop-platform-api.md) · [All operations](https://skmtc.dev/modernloop/apis/modernloop-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modernloop/modernloop-platform-api/revisions/33a0f9f44e4c/schema)
