Work Pools
Read Work Queues
Read all work pool queues
post/api/work_pools/{work_pool_name}/queues/filter
Path parameters
work_pool_namestring required
The work pool name
The work pool name
Headers
x-prefect-api-versionstring
Request body
Example request
{
"work_queues": {
"name": {
"any_": [
"wq-1",
"wq-2"
],
"startswith_": [
"marvin",
"Marvin-robot"
]
}
}
}Response
Successful Response