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.

Changes

Changed in 1 of the 50 revisions of this API.23

    • removed the optional property avg_slot_occupancy_seconds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property denied_slots from the response with the 200 status

      response-optional-property-removed

    • the response property active_slots became required for the status 200

      response-property-became-required

    • the slot_decay_per_second response's property default value changed from 0 to 2 for the status 200

      response-property-default-value-changed

    • the active_slots response's property default value 0 was removed for the status 200

      response-property-default-value-removed