Programmable Voice | Mar. 03, 2022
Fetch deleted call recording metadata
A deleted call recording can now be fetched via Programmable Voice API using a new IncludeSoftDeleted querystring boolean param and set its value to true when fetching a recording resource or reading multiple recording resources. By default, fetching a deleted recording returns not found and deleted recordings are not returned in the list.
Prior to this release, when a recording was deleted, metadata was only available in the Twilio Console. With this change, recording metadata is also accessible and behaves the same for Programmable Voice API.
Note that when a recording is deleted, the recording media cannot be recovered and no storage cost apply. The recording is set to a status of “deleted” and the metadata is preserved for a period of 40 days, during which time the metadata is still available.