v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-01-16170291390.7 KB
Concurrency Limits V2

Read Concurrency Limit V2

get/api/v2/concurrency_limits/{id_or_name}

Path parameters

string uuid required
OR
string required

The ID or name of the concurrency limit

Headers

x-prefect-api-versionstring

Response

Successful Response

idstring uuid
createdstring date-time
updatedstring date-time
activeboolean

Whether the global concurrency limit is active.

namestring required

The name of the global concurrency limit.

limitinteger required

The concurrency limit.

active_slotsinteger required

The number of active slots.

slot_decay_per_secondnumber

The decay rate for active slots when used as a rate limit.