---
title: "Returns conversation around the given inbox message"
method: GET
path: "/v1/inbox/messages/{id}/conversation"
tags: ["inbox"]
---

# Returns conversation around the given inbox message

`GET /v1/inbox/messages/{id}/conversation`

## Path parameters

- `id` integer, required

## Query parameters

- `size` integer

## Response `200`

OK

- ConversationMessageResponse[]
  - `direction` string — direction
  - `content` string — message content
  - `timestamp` string, date-time, required — timestamp
  - `messageType` string — message type
  - `attachmentId` integer — attachment id
  - `attachmentMimeType` string — attachment mime type
  - `automated` boolean — is generated by an automation like Opt-Ins, PIN verification, etc.
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

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