---
title: "getMaxAllowedLimit"
method: GET
path: "/v1/workflows/limits/max-allowed"
tags: ["Workflows"]
---

# getMaxAllowedLimit

`GET /v1/workflows/limits/max-allowed`

Get limits and number of created executions for an Organization.

## Response `200`

A combo of current number of workflows, and the max allowed number of workflows.

- MaxAllowedLimit
  - `currentNoOfWorkflows` number
  - `maxAllowed` number

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/epilot/apis/workflows-definitions.md) · [All operations](https://skmtc.net/epilot/apis/workflows-definitions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/workflows-definitions/versions/74e4de17e9b5/schema)
