---
title: "Get Quotas"
method: GET
path: "/connect/settings/quotas"
tags: ["Connect Settings"]
---

# Get Quotas

`GET /connect/settings/quotas`

Fetch quotas for organization and provide information on their limits and current status.

## Response `200`

Success

- object
  - `body` object — Response body.
    - `current_tier` string — Current plan tier.
    - `executions` 0 — unresolved $ref
    - `plan_renew` string, date-time — Plan renewal date.
    - `workflows` object — Current plan's workflow details.
      - `available` integer — Available number of workflows/executions in current plan.
      - `current_usage` integer — Total number of workflows/executions in current plan.
      - `workflow_limit` integer — Total limit of workflows/executions in current plan.
  - `statusCode` integer — HTTP status code.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
