Fetch transcript
documentedFetch a Transcript by SID.
GET https://intelligence.twilio.com/v2/Transcripts/{Sid}Conversational Intelligenceno 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://intelligence.twilio.com/v2/Transcripts/{{$sid}}" \
-X GET \
-u "{{TWILIO_ACCOUNT_SID}}:{{TWILIO_AUTH_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"