---
title: "Get Organization Call Quota Progress"
method: GET
path: "/admin/organizations/{organization_id}/call-quota-progress"
tags: ["admin", "organizations"]
---

# Get Organization Call Quota Progress

`GET /admin/organizations/{organization_id}/call-quota-progress`

## Path parameters

- `organization_id` string, uuid, required

## Response `200`

Successful Response

- OrganizationCallQuotaProgress
  - `organization_id` string, uuid, required
  - `active_term` MappedOrganizationSubscriptionTerms
    - `subscription_terms` AppDaoSchemaOrganizationSubscriptionTermsSubscriptionTerms, required
      - `seat_limit` integer, required
      - `length_days` integer
      - `price_per_year_cents` integer, required
      - `additional_seat_fee_cents` integer, nullable
      - `recurring` boolean
      - `credit_balance_cents` integer, nullable
      - `credit_calls_requirement` integer, nullable
      - `credit_calls_deadline_days` integer, nullable
      - `credit_calls_deadline` string, date-time, nullable
      - `trata_pays_user_amount_cents` integer, nullable
      - `trata_pays_user_per_n_calls` integer, nullable
      - `trata_pays_user_max_calls` integer, nullable
      - `trata_pays_user_refresh_weeks` integer, nullable
      - `user_pays_trata_amount_cents` integer, nullable
      - `custom_subscription_template_s3_key` string, nullable
      - `custom_r_and_d_template_s3_key` string, nullable
    - `id` string, uuid, required
    - `organization_subscription_id` string, uuid, nullable, required
    - `organization_id` string, uuid, required
    - `agreement_term_id` string, uuid, nullable, required
    - `effective_at` string, date-time, required
    - `expires_at` string, date-time, nullable, required
    - `created_at` string, date-time, required
  - `has_quota` boolean, required
  - `quota` integer, nullable
  - `completed` integer
  - `future` integer
  - `pending` integer
  - `is_complete` boolean
  - `term_start` string, date-time, nullable
  - `deadline` string, date-time, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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