---
title: "Get Inbox Contacts"
method: GET
path: "/api/linkedin-poc/inbox/contacts"
tags: ["LinkedInPoC"]
---

# Get Inbox Contacts

`GET /api/linkedin-poc/inbox/contacts`

Return all contacts with channel statuses and inbox aggregates.

Each contact gains ``sender_name`` (resolved from the TTL cache of live
sender accounts) and ``lead_name`` (from agent_lead.raw_person via
person_id, when available).

## Cookies

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

## Response `200`

Successful Response

- InboxContactsResponse
  - `contacts` InboxContactOut[], required
    - `profile_url` string, required
    - `person_id` string, nullable, required
    - `project_id` string, nullable, required
    - `account_ref` string, required
    - `connection_state` string, nullable, required
    - `last_outbound_at` string, nullable, required
    - `last_inbound_at` string, nullable, required
    - `inbound_count` integer, required
    - `last_inbound_preview` string, nullable, required
    - `needs_reply` boolean, required
    - `sender_name` string, nullable
    - `lead_name` string, nullable

## 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)
