LiCfDomain.archive_config — the per-recording archive and retention policy: where archived media goes, what is deleted after archiving, and how long it is held.acc-elm, case-id, status), where status defaults to the wildcard *. Reads fan out across the recording servers; each row carries archive-config-server.last-date-datetime and last-poll-datetime are stored as text, not as DATETIME columns, and unset rows hold the zero date. Those are returned as null rather than as an invalid timestamp.Super User or Super User Read Only scope.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/archive-configs?acc-elm=undefined&case-id=undefined&status=undefined&enabled=undefined&local-only=undefined&limit=undefined&start=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>'[
{
"acc-elm": "string",
"case-id": "string",
"status": "string",
"enabled": "yes",
"archive-path": "string",
"delete-rtp": "yes",
"delete-wav": "yes",
"delete-all": "yes",
"hold-period": "string",
"last-date-datetime": "string",
"last-poll-datetime": "string",
"archive-config-server": "string",
"archive-config-in-sync": "yes"
}
]