List conversation participants
documentedList Participants in a Conversation.
GET /v1/Conversations/{Sid}/ParticipantsConversationsno 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}}/Participants?pageSize={{pageSize}}&page={{page}}&pageToken={{pageToken}}" \
-X GET \
-u "{{TWILIO_ACCOUNT_SID}}:{{TWILIO_AUTH_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"