---
title: "Get leads for office"
method: GET
path: "/partner/v1/offices/{officeId}/leads/count"
tags: ["Partner"]
---

# Get leads for office

`GET /partner/v1/offices/{officeId}/leads/count`

Get lead statistics for a specific partner agent organization office. This endpoint may not be supported for all Venturu partners.

## Path parameters

- `officeId` string, required — The Venturu ID of the office to get leads for.

## Response `200`

Successful response

- GetLeadsForOfficeResponseSchema
  - `status` 'success', required — Indicates that the request was successful.
  - `officeId` number, required — The Venturu ID of the office.
  - `officeName` string, required — The name of the office.
  - `totalLeads` number, required — The total number of leads for the office.

## Other responses

- `400` — Bad Request

---

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