> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get SMS Messages

> Get the list of SMS messages for a given conversation.

<Info>
  **Enterprise Feature** - SMS is only available on Enterprise plans. Contact your Bland representative for access.
</Info>

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Body

<ParamField body="to" type="string">
  The `to` number in the conversation. This is the number you *do not* own.
</ParamField>

<ParamField body="from" type="string">
  The `from` number in the conversation. This is the number you *do* own.

  **Please note any ordering of numbers will work**
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "messages": "[]"
  }
  ```
</ResponseExample>
