How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Prefect Concurrency Limits V2 API

Interact with a Workspace's Global Concurrency Limits.

Prefect Concurrency Limits V2 API is one of 63 APIs that Prefect publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Concurrency Limits V2. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, and an AsyncAPI specification.

This API exposes 11 operations across 9 paths, and defines 17 schemas. It is described by OpenAPI 3.2.0, at version 0.8.4.

11 operations 9 paths 17 schemas 1 DELETE1 GET1 PATCH8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.8.4
Resource Areas
1

Paths & Operations 11

Across 9 paths, the API surfaces 11 operations — 1 DELETE, 1 GET, 1 PATCH, 8 POST. Each is listed below with its method, path, parameters, and response codes.

Concurrency Limits V2 11

Interact with a Workspace's Global Concurrency Limits.

POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/
Create Concurrency Limit V2
create_concurrency_limit_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits__post 3 params body → 201422
GET
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/{id_or_name}
Read Concurrency Limit V2
read_concurrency_limit_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits__id_or_name__get 4 params → 200422
PATCH
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/{id_or_name}
Update Concurrency Limit V2
update_concurrency_limit_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits__id_or_name__patch 4 params body → 204422
DELETE
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/{id_or_name}
Delete Concurrency Limit V2
delete_concurrency_limit_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits__id_or_name__delete 4 params → 204422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/filter
Read All Concurrency Limits V2
read_all_concurrency_limits_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_filter_post 3 params body → 200422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/paginate
Paginate Concurrency Limits V2
paginate_concurrency_limits_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_paginate_post 3 params body → 200422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/increment
Bulk Increment Active Slots
bulk_increment_active_slots_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_increment_post 3 params body → 200422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/increment-with-lease
Bulk Increment Active Slots With Lease
bulk_increment_active_slots_with_lease_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_increment_with_lease_post 3 params body → 200422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/decrement
Bulk Decrement Active Slots
bulk_decrement_active_slots_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_decrement_post 3 params body → 200422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/decrement-with-lease
Bulk Decrement Active Slots With Lease
bulk_decrement_active_slots_with_lease_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_decrement_with_lease_post 3 params body → 204422
POST
/api/accounts/{account_id}/workspaces/{workspace_id}/v2/concurrency_limits/leases/{lease_id}/renew
Renew Concurrency Lease
renew_concurrency_lease_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_leases__lease_id__renew_post 4 params body → 204422

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are ConcurrencyLimitV2 (10 properties), GlobalConcurrencyLimitResponse (8 properties), ConcurrencyLimitV2Create (6 properties), ConcurrencyLimitV2Update (6 properties). Each schema is shown below with its type and property counts.

ConcurrencyLeaseHolder
object
Model for validating concurrency lease holder information.
2 properties 2 required
Body_bulk_decrement_active_slots_with_lease_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_decrement_with_lease_post
object
1 property 1 required
ConcurrencyLimitV2
object
An ORM representation of a v2 concurrency limit.
10 properties 2 required
Body_read_all_concurrency_limits_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_filter_post
object
2 properties
ConcurrencyLimitV2Create
object
Data used by the Orion API to create a v2 concurrency limit.
6 properties 2 required
Body_bulk_increment_active_slots_with_lease_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_increment_with_lease_post
object
5 properties 2 required
Body_renew_concurrency_lease_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_leases__lease_id__renew_post
object
1 property
GlobalConcurrencyLimitResponse
object
A response object for global concurrency limits.
8 properties 3 required
Body_bulk_increment_active_slots_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_increment_post
object
4 properties 2 required
Body_paginate_concurrency_limits_v2_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_paginate_post
object
2 properties
ConcurrencyLimitWithLeaseResponse
object
2 properties 2 required
ConcurrencyLimitV2PaginationResponse
object
5 properties 5 required
Body_bulk_decrement_active_slots_api_accounts__account_id__workspaces__workspace_id__v2_concurrency_limits_decrement_post
object
4 properties 2 required
ConcurrencyLimitV2Update
object
Data used by the Orion API to update a v2 concurrency limit.
6 properties
MinimalConcurrencyLimitResponse
object
3 properties 3 required
HTTPValidationError
object
1 property
ValidationError
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

prefect-concurrency-limits-v2-api-openapi.yml Raw ↑

Other APIs Prefect publishes across the network.

Prefect Server REST API
Prefect Python SDK
Prefect Account Billing API
Prefect Account Images API
Prefect Account Memberships API
Prefect Account Roles API
Prefect Account SSO API
Prefect Accounts API
Prefect AI API
Prefect Artifacts API
Prefect Asset Publications API
Prefect Asset Subscriptions API
Where this information came from

This is an independent, third-party profile of Prefect Concurrency Limits V2 API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.