Sign in

List Recordings

documented

Fetch a list of call recordings.

GET /a1/recordingsRecordingsno 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.46elks.com/a1/recordings?start={{$start}}&end={{$end}}" \
  -X GET \
  -u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json"
List Recordings · 46elks · OpenIntegrations