Get a task queue
Task Queue
Get a task queue
Returns the name and timestamps for one active scheduling-task queue. Unknown, deleted, or out-of-organization queues return not found.
GET
Get a task queue
Beta: this endpoint may change or be removed without notice while in beta. There is no compatibility promise until it reaches general availability.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
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.
Pattern:
^(?:que_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Example:
"que_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Canonical task queue ID (que_ followed by 32 lowercase hexadecimal UUID characters).
Pattern:
^que_[0-9a-f]{32}$Example:
"que_a1b2c3d4e5f64789a1b2c3d4e5f64789"
ISO 8601 timestamp.
ISO 8601 timestamp.