---
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

## Changes

> 54 revisions in range; 50 could not be searched.

- **2026-08-07** `73a12c23285c` — 4 warning
  - added the new `hailuo3` enum value to the `tier/models/propertyNames/` response property for the response status `200`
  - added the new `hailuo3` enum value to the `usage/models/propertyNames/` response property for the response status `200`
  - added the new `seedance2_5` enum value to the `tier/models/propertyNames/` response property for the response status `200`
  - added the new `seedance2_5` enum value to the `usage/models/propertyNames/` response property for the response status `200`

[Change history](https://skmtc.dev/runwayml/apis/runwayml-api/changes/v1/organization/get.md)

---

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