Querator V1
List all available queues
List all the available queues
post/v1/queues.list
Request body
Response
Example response
{
"items": [
{
"queue_name": "queue-name",
"created_at": "2024-01-01 12:00:00.0000",
"updated_at": "2024-01-01 12:00:00.0000",
"dead_queue": "queue-name-dead",
"reference": "jake@statefarm.com",
"lease_timeout": "60m",
"expire_timeout": "24h"
}
]
}Changes
Changed in 4 of the 16 revisions of this API.32
- ▲
request body became required
request-body-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
items/items/namefrom the response with the200statusresponse-required-property-removed
- ○
added the required property
items/items/queue_nameto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲