List conversation messages
documentedRetrieve messages in a conversation.
GET /v1/public/conversations/messages/listConversationno 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://api.octopush.com/v1/public/conversations/messages/list?conversation_id={{$conversation_id}}&query={{$query}}&page={{$page}}&limit={{$limit}}' \
-X GET \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'cache-control: no-cache' \
-H 'api-login: {{OCTOPUSH_API_LOGIN}}' \
-H 'api-key: {{OCTOPUSH_API_KEY}}'