---
title: "List Conversations"
method: GET
path: "/api/v1/imessage/conversations"
tags: ["iMessage"]
---

# List Conversations

`GET /api/v1/imessage/conversations`

## Query parameters

- `agent_identity_id` string, uuid, nullable
- `limit` integer
- `offset` integer
- `is_blocked` boolean, nullable
- `include_groups` boolean
- `start_datetime` string, nullable — Filter created_at >= this date/datetime. Bare date => whole day in tz.
- `end_datetime` string, nullable — Filter created_at <= this date/datetime. Bare date => whole day inclusive.
- `tz` string, nullable — IANA zone (e.g. America/New_York) for zone-less values; default UTC.

## Response `200`

Successful Response

- IMessageConversationSummary[]
  - `id` string, uuid, required
  - `assignment_id` string, uuid, nullable, required
  - `assignment_status` 'active' | 'released', required
  - `remote_number` string, nullable, required
  - `participants` string[], nullable
  - `is_group` boolean
  - `group_creation_status` 'creating' | 'not_created' | 'ready'
  - `latest_text` string, nullable
  - `latest_message_at` string, date-time, nullable
  - `latest_direction` 'inbound' | 'outbound'
  - `latest_has_media` boolean
  - `unread_count` integer
  - `total_count` integer

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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