Concurrency Limits
Read Concurrency Limit By Tag
Get a concurrency limit by tag.
The active slots
field contains a list of TaskRun IDs currently using a
concurrency slot for the specified tag.
GET
/
api
/
concurrency_limits
/
tag
/
{tag}
Headers
x-prefect-api-version
string
Path Parameters
tag
string
requiredThe tag name
Response
200 - application/json
An ORM representation of a concurrency limit.
id
string
created
string | null
updated
string | null
tag
string
requiredA tag the concurrency limit is applied to.
concurrency_limit
integer
requiredThe concurrency limit.
active_slots
string[]
A list of active run ids using a concurrency slot
Was this page helpful?