Concurrency Limits
Read Concurrency Limit
Get a concurrency limit by id.
The active slots
field contains a list of TaskRun IDs currently using a
concurrency slot for the specified tag.
GET
/
api
/
concurrency_limits
/
{id}
Headers
Path Parameters
The concurrency limit id
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?