---
title: "Get team plan information."
method: GET
path: "/api/teams/{team}/plans"
tags: ["Plans"]
---

# Get team plan information.

`GET /api/teams/{team}/plans`

## Path parameters

- `team` string, required

## Response `200`

Team plan information returned.

- PlansDto
  - `plans` PlanDto[], required — The available plans.
    - `id` string, required — The ID of the plan.
    - `name` string, required — The name of the plan.
    - `costs` string, required — The monthly costs of the plan.
    - `confirmText` string, nullable — An optional confirm text for the monthly subscription.
    - `yearlyConfirmText` string, nullable — An optional confirm text for the yearly subscription.
    - `yearlyCosts` string, nullable — The yearly costs of the plan.
    - `yearlyId` string, nullable — The yearly ID of the plan.
    - `maxApiBytes` integer, required — The maximum number of API traffic.
    - `maxApiCalls` integer, required — The maximum number of API calls.
    - `maxAssetSize` integer, required — The maximum allowed asset size.
    - `maxContributors` integer, required — The maximum number of contributors.
  - `currentPlanId` string, nullable — The current plan id.
  - `planOwner` string, nullable — The plan owner.
  - `portalLink` string, uri, nullable — The link to the management portal.
  - `referral` ReferralInfo
    - `code` string, required
    - `earned` string, required
    - `condition` string, required
  - `locked` 'None' | 'NotOwner' | 'NoPermission' | 'ManagedByTeam', required

## Other responses

- `404` — Team not found.
- `500` — Operation failed.

---

[API](https://skmtc.net/squidex/apis/squidex-api.md) · [All operations](https://skmtc.net/squidex/apis/squidex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/squidex/squidex-api/versions/b4a9b62f113a/schema)
