---
title: "Count Calls By Org Id Endpoint"
method: GET
path: "/call/count/{org_id}"
tags: ["Call"]
---

# Count Calls By Org Id Endpoint

`GET /call/count/{org_id}`

Count calls by organization ID.

## Path parameters

- `org_id` string, uuid, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- CountCallsByOrgIDResult
  - `org_id` string, uuid, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

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