You can check the details associated with the interaction using the API Explorer through the Developer Tools, this will allow you to see what is being applied.
Use the Conversation ID from an example interaction and then call
/api/v2/conversations/{conversationId}/recordings
This will give you the following which includes the archival and deletion date
[
{
"id": "6e1ef811-877c-49f3-8c43-d0c564517136",
"conversationId": "88880063-c169-4692-867f-ff9746ba544a",
"media": "audio",
"annotations": [],
"fileState": "AVAILABLE",
"archiveDate": "2020-03-16T00:53:52.418Z",
"archiveMedium": "CLOUDARCHIVE",
"deleteDate": "2020-03-23T00:53:52.418Z",
"maxAllowedRestorationsForOrg": 100,
"remainingRestorationsAllowedForOrg": 100,
"sessionId": "e1db72f6-4b8c-4700-b707-c2cf713579f8",
"selfUri": "/api/v2/conversations/88880063-c169-4692-867f-ff9746ba544a/recordings/6e1ef811-877c-49f3-8c43-d0c564517136"
}
]------------------------------
Gareth James
CALLSCAN AUSTRALIA PTY. LTD.
------------------------------