Get Active Call
GET/v0/voice/active_calls/:call_sid
Lookup a single live call by CallSid.
TODO: Vonage entries are keyed in Redis by correlation id (vonage_edge:{corr}),
not by call UUID, so there's no direct vonage_edge:{call_sid} key to fetch the
way there is for Twilio. A Vonage call_id -> corr reverse index (or a full
vonage_edge:* scan + filter) would be needed to support this lookup for Vonage;
out of scope for this pass -- Twilio-keyed lookups are unaffected.
Request
Responses
- 200
- 422
Successful Response
Validation Error