v50

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

Read Concurrency Limits

Query for concurrency limits.

For each concurrency limit the active slots field contains a list of TaskRun IDs currently using a concurrency slot for the specified tag.

post/api/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
tagstring required

A tag the concurrency limit is applied to.

concurrency_limitinteger required

The concurrency limit.

active_slotsstring[]

A list of active run ids using a concurrency slot