TEASEDocs
API ReferenceVault

Vault index status

Returns indexed folder/item/tagged counts, the last-indexed time, and whether a scan is currently running. 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

Response Body

application/json

application/json

GET
/api/admin/vault/scan/status
curl -X GET "https://example.com/api/admin/vault/scan/status"
{  "folders": 42,  "items": 3187,  "tagged": 2904,  "last_indexed_at": 1751290000,  "running": false}
{  "detail": "Not authenticated"}