> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luly.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.

### Headers

<ParamField header="authorization" type="string" required={true}>
  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="array">
  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
  {
    "status": "success",
    "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
  }

  ```
</ResponseExample>
