# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
