List conversation messages
documentedList Messages within a Conversation.
GET /v1/Conversations/{Sid}/MessagesConversationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://conversations.twilio.com/v1/Conversations/{{$conversationSid}}/Messages?order={{$order}}&pageSize={{$pageSize}}&page={{$page}}&pageToken={{$pageToken}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Basic {{TWILIO_API_KEY}}:{{TWILIO_API_SECRET}}"