Cloud Queue Destinations List
List destinations for a queue
Prerequisites
- •Authenticated with
agentuity auth login
Usage
bash
agentuity cloud queue destinations list <queue_name>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<queue_name> | string | Yes | - |
Examples
List queue destinations:
bash
bunx @agentuity/cli cloud queue destinations list my-queue
Output
Returns JSON object:
json
{
"destinations": "array"
}
| Field | Type | Description |
|---|---|---|
destinations | array | - |