Skip to main content
POST
Handle Twilio recording status

Body

application/json
CallSid
string

Twilio call identifier (CA…) the recording belongs to.

RecordingSid
string

Twilio-assigned recording identifier (RE…).

RecordingUrl
string

Twilio-hosted recording URL; downloaded server-side and re-uploaded to R2.

RecordingStatus
string

Recording lifecycle state, typically completed once the audio is ready.

RecordingDuration
string

Recording length in seconds (as a string).

Response

Plain-text acknowledgement (Twilio only checks 2xx).

The response is of type string.

Example:

"OK"