Skip to main content
GET
/
api
/
cron
/
cleanup-recordings
GET /api/cron/cleanup-recordings
curl --request GET \
  --url https://api.example.com/api/cron/cleanup-recordings
GET endpoint for /cron/cleanup-recordings

Response

Returns unknown on success.

Example

curl -X GET https://your-domain.com/api/cron/cleanup-recordings \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"