---
title: "Get Spot Connect Plans"
method: GET
path: "/connect/settings/plans"
tags: ["Connect Settings"]
---

# Get Spot Connect Plans

`GET /connect/settings/plans`

Fetch various Spot Connect plan details with quotas and pricing.

## Response `200`

Success

- object
  - `body` object — Response body.
    - `commercial` 0 — unresolved $ref
    - `free` object — Free plan details.
      - `execution_limit` integer — Execution limit for the plan.
      - `pricing` integer — Pricing for the plan.
      - `workflow_limit` integer — Workflow limit for the plan.
    - `internal` 0 — unresolved $ref
    - `team` 0 — unresolved $ref
  - `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/2e5445f30576/schema)
