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

# Get Inbox Thread

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

Return the full outbound+inbound thread for one contact.

The contact object gains ``sender_name`` / ``lead_name`` (same as the
contacts list).  Each outbound message gains ``sender_name`` resolved
from the TTL cache; inbound messages get ``sender_name=null`` (the
frontend uses the contact name instead).

## Query parameters

- `profile_url` string, required

## Cookies

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

## Response `200`

Successful Response

- InboxThreadResponse
  - `contact` 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
  - `messages` ThreadMessageOut[], required
    - `direction` string, required
    - `kind` string, required
    - `text` string, required
    - `at` string, nullable, required
    - `status` string, nullable, required
    - `error` string, nullable, required
    - `sender_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)
