---
title: "Get Project Inbox Contacts"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/inbox/contacts"
tags: ["AppAutoGtm"]
---

# Get Project Inbox Contacts

`GET /api/app-auto-gtm/projects/{project_id}/inbox/contacts`

Paged contacts list across all campaigns (or a single one).

Wraps OutreachService.get_contacts with the project's segment set.
`campaign=all` => no segment filter.
`campaign={segmentId}` => scoped to that single segment.
`tab=need_reply|replied|sent` => filter to the corresponding bucket.
`manual_status={name}` => only leads with that manual status (T-444);
`manual_status=__none__` => only leads with no manual status.
Omitting `tab` returns the full visible universe (equivalent to
`tab=sent`). Other params mirror GET /segments/{id}/outreach/contacts.

## Path parameters

- `project_id` integer, required

## Query parameters

- `campaign` string
- `intent` string, nullable
- `limit` integer
- `offset` integer
- `search` string, nullable
- `tab` string, nullable
- `manual_status` string, nullable

## Cookies

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

## Response `200`

Successful Response

- unknown

## 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/582ac44d6b1e/schema)
