- Overall
- Quickstarts
- Features
- Integrations
- How To
- REST API
- Authentication
- Messages
- URL Groups
- Queues
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- LLM
- API Rate Limit Response
- SDKs
Queues
List Queues
List all your queues
GET
/
v2
/
queues
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Request
No parameters
Response
The creation time of the queue. UnixMilli
The update time of the queue. UnixMilli
The name of the queue.
Was this page helpful?