Skip to main content
POST
Run the librarian maintenance pass for a tenant user

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Headers

X-Naive-Project-Id
string<uuid>

Act inside this project. The header form of the /v1/projects/{project_id}/... prefix, for clients that cannot rewrite their base path. Lower precedence than the path, higher than the key's pinned project; omitted resolves to the organization's default project.

Path Parameters

user_id
string
required

Tenant user id, or default/me.

Body

application/json
candidate_stale_after_ms
integer

Age after which candidate claims expire (floored at 1 day, default 30 days).

reverify_after_ms
integer

Age after which live claims are flagged for reverification (floored at 7 days, default 180 days).

Response

Librarian report.

expired_candidates
string[]
reverify_flagged
object[]
ran_at
string<date-time>