---
title: "GET /public/v1/inbox/conversations"
method: GET
path: "/public/v1/inbox/conversations"
tags: ["Inbox"]
---

# GET /public/v1/inbox/conversations

`GET /public/v1/inbox/conversations`

List inbox conversations with filtering and pagination. Workspace admins and owners see conversations from all campaigns in the workspace. Workspace members see only their own campaigns.

## Query parameters

- `view` 'inbox' | 'archived'
- `limit` number
- `offset` number
- `search` string
- `workspaceId` string
- `campaignIds` string
- `tagIds` string
- `messageType` string
- `otherMessageType` 'unread' | 'response_ready' | 'reengagement_sent'
- `from` string
- `to` string
- `sort` 'newest' | 'oldest'
- `prospectInterestLevel` string
- `icpFit` string
- `ownerId` string

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `conversations` object[]
      - `id` string
      - `status` string, nullable
      - `conversation_medium` string, nullable
      - `auto_pilot` boolean
      - `important` boolean
      - `created_at` string
      - `updated_at` string
      - `last_inbound_at` string, nullable
      - `subject` string, nullable
      - `campaign_id` string
      - `campaign_name` string
      - `campaign_type` string
      - `prospect_id` string
      - `prospect_first_name` string, nullable
      - `prospect_last_name` string, nullable
      - `prospect_linkedin_id` string, nullable
      - `prospect_title` string, nullable
      - `prospect_company` string, nullable
      - `prospect_profile_picture` string, nullable
      - `prospect_interest_level` string, nullable
      - `prospect_icp_fit` string, nullable
      - `unread_count` number
      - `last_message` object, nullable
        - `content` string
        - `sender` string
        - `is_read` boolean
        - `created_at` string
    - `pagination` object
      - `limit` number
      - `offset` number
      - `total` number
      - `hasMore` boolean

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
