v50

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

Read All Concurrency Limits V2

post/api/v2/concurrency_limits/filter

Headers

x-prefect-api-versionstring

Request body

offsetinteger
limitinteger

Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.

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.