> For the complete documentation index, see [llms.txt](https://docs.channel360.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/get-conversation-history.md).

# Get Conversation History

The API call below is used to retrieve the conversation history of an appUser.

{% hint style="info" %}
The URL includes placeholders for the organization ID and phone number, which need to be replaced with actual values to make the request.
{% endhint %}

{% tabs %}
{% tab title="cURL" %}

```
curl --location 'channel360.co.za/v1.1/org/{{orgId}}/whatsapp/subscriber/{{number}}/conversation/history'
```

{% endtab %}
{% endtabs %}

This YAML outlines an API endpoint for retrieving the chat history of a WhatsApp subscriber.&#x20;

The endpoint is intended to process GET requests, allowing users to receive conversation history data.

#### Get Conversation History

<mark style="color:$success;">**`GET`**</mark>  `/v1.1/org/:orgId/whatsapp/subscriber/:destinationId/conversation/history`

```
```

{% openapi src="/files/50ZkeMJ7tAoPqFEa0XM4" path="/v1.1/org/{orgId}/whatsapp/subscriber/{destinationId}/conversation/history" method="get" %}
[info513-LK.1-1.0.0-resolved (4).json](https://685637647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4Um8QSERfruL8OrCzQm%2Fuploads%2FS0JldbexA7Auh00BnE25%2Finfo513-LK.1-1.0.0-resolved%20\(4\).json?alt=media\&token=0bf799de-12d3-471e-a1a5-8d06d86b9247)
{% endopenapi %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.channel360.co.za/api-usage/using-the-channel360-v1.1-api/conversations/get-conversation-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
