TEASEDocs
API ReferenceVault

Dormant content

Returns vault media with zero send activity in the last window_days (content that was neither sold nor sent). Requires a read-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Query Parameters

window_days?integer

Inactivity window in days.

Range1 <= value <= 3650
Default30

Response Body

application/json

application/json

GET
/api/admin/vault/dormant
curl -X GET "https://example.com/api/admin/vault/dormant"
{  "items": [    {      "media_id": "414",      "media_type": "video",      "has_cover": true    }  ],  "total": 73}
{  "detail": "Not authenticated"}