---
title: "Get command queue"
method: GET
path: "/v1/agents/{agentId}/command-queue"
tags: ["Agents"]
---

# Get command queue

`GET /v1/agents/{agentId}/command-queue`

Use this endpoint to get details about the command queue of an agent

## Path parameters

- `agentId` string, uuid, required

## Response `200`

Successful response with command queue details

- object
  - `enabled` boolean — Indicates whether the command queue is enabled or not.
  - `name` string — The URL of the command queue. It is returned only for an enabled queue.
  - `visibilityTimeout` integer — The visibility timeout for messages in the command queue. It is returned only for an enabled queue.

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
