Sign in

List campaign recordings

documented

List recordings for a given campaign.

GET /v2/campaigns/{id}/recordingsCampaignsno implementation yet0 runs
No 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.callfire.com/v2/calls/{{$call_id}}/recordings?fields=items(callId,campaignId,lengthInBytes,mp3Url)" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
List campaign recordings · callfire · OpenIntegrations