---
title: "Get conversation history messages for a contact"
method: GET
path: "/contacts/{contact}/conversation-history/messages"
tags: ["Contacts"]
---

# Get conversation history messages for a contact

`GET /contacts/{contact}/conversation-history/messages`

REQUIRED SCOPES <code>['contacts:read']</code>

## Path parameters

- `contact` integer, required

## Query parameters

- `with_activity_logs` boolean
- `limit` integer
- `page` integer

## Response `200`

Successful operation

- object
  - `data` object[]
  - `meta` object

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Contact not found

---

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