Skip to main content
Get retention status
curl --request GET \
  --url https://api.example.com/retention/status
{
  "enabled": true,
  "retention_days": 123,
  "last_cleanup": "<string>",
  "last_error": "<string>",
  "total_deleted": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

enabled
boolean
required
retention_days
integer
required
last_cleanup
string | null
required
last_error
string | null
required
total_deleted
integer
required