---
title: "Get Segment Leads"
method: GET
path: "/api/app-auto-gtm/segments/{segment_id}/leads"
tags: ["AppAutoGtm"]
---

# Get Segment Leads

`GET /api/app-auto-gtm/segments/{segment_id}/leads`

## Path parameters

- `segment_id` integer, required

## Query parameters

- `people_offset` integer
- `people_limit` integer
- `companies_offset` integer
- `companies_limit` integer

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- SegmentLeadsResponse
  - `meta` LeadsMeta, required
    - `companies_count` integer, required
    - `people_count` integer, required
    - `companies_shown` integer
    - `people_shown` integer
  - `companies` object[], required
  - `people` object[], required

## Other responses

- `422` — Validation Error

---

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