cURL
curl --request POST \ --url https://api.example.com/api/task_workers/filter \ --header 'Content-Type: application/json' \ --data ' { "task_worker_filter": { "task_keys": [ "<string>" ] } } '
[ { "identifier": "<string>", "task_keys": [ "<string>" ], "timestamp": "2023-11-07T05:31:56Z" } ]
Read active task workers. Optionally filter by task keys.
For more information, see https://docs.prefect.io/v3/how-to-guides/workflows/run-background-tasks.
The task worker filter
Show child attributes
Successful Response
Was this page helpful?