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
Path Parameters
The tag name
Response
200 - application/json
An ORM representation of a concurrency limit.
A tag the concurrency limit is applied to.
The concurrency limit.
A list of active run ids using a concurrency slot
Was this page helpful?