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

# List messages

> List stored outgoing messages for a token.

Returns outgoing text, image, and video sends with receipt timestamps.

<RequestExample>
  ```bash cURL theme={null}
  curl "https://api.wadial.com/api/v1/sessions/{sessionId}/messages" \
    -H "Authorization: Bearer $WADIAL_API_KEY"
  ```
</RequestExample>
