---
title: "Get organization information"
method: GET
path: "/v1/organization"
tags: ["Organization"]
---

# Get organization information

`GET /v1/organization`

Get usage tier and credit balance information about the organization associated with the API key used to make the request.

## Headers

- `X-Runway-Version` '2024-11-06', required

## Response `200`

Success

- object
  - `tier` object, required — Limits associated with the organization's tier.
    - `maxMonthlyCreditSpend` integer, required — The maximum number of credits that can be purchased in a month.
    - `models` object, required — An object containing model-specific limits. Each key represents a model.
  - `creditBalance` integer, required — The number of credits remaining in the organization account.
  - `usage` object, required — Usage data for the organization.
    - `models` object, required

---

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