v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBAgents
Get command queue
Use this endpoint to get details about the command queue of an agent
get/v1/agents/{agentId}/command-queue
Path parameters
agentIdstring uuid required
The ID of the agent
Response
Successful response with command queue details
Example response
{
"enabled": true,
"name": "https://sqs.us-east-2.amazonaws.com/706717599419/onprem-9b9f275c-a60d-454f-8c6c-1ea094e3fd38.fifo",
"visibilityTimeout": 600
}