---
title: "Get a conversation"
method: GET
path: "/v2/conversations/{conversationId}"
tags: ["messaging"]
---

# Get a conversation

`GET /v2/conversations/{conversationId}`

Fetches a single conversation by id, including participant metadata.

## Path parameters

- `conversationId` string, required

## Response `200`

Default Response

- object
  - `accountId` string, required — ID of the social account this conversation belongs to.
  - `createdAt` string, required
  - `id` string, required
  - `participants` object[], required
    - `id` string, nullable, required — Platform-native ID of the participant.
    - `name` string, nullable, required — Display name of the participant.
    - `profileImageUrl` string, nullable, required
    - `username` string, nullable, required — Platform handle / @username of the participant.
  - `platform` 'facebook' | 'instagram', required
  - `updatedAt` string, required

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

- **2026-08-21** `39e94457ccb2` — 6 info
  - added the optional property `action` to the response with the `403` status
  - added the optional property `action` to the response with the `404` status
  - added the optional property `action` to the response with the `500` status
  - added the optional property `details` to the response with the `403` status
  - …2 more
- **2026-08-11** `51232970f10e` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/blotato/apis/blotato-api/changes/v2/conversations/:conversationId/get.md)

---

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