ApiWikis
Run Wiki Maintainer
Fire a maintainer run on demand for this wiki.
Fire a maintainer run on demand for this wiki.
Dispatches an out-of-cycle ingest pass — useful when the caller has just
uploaded a source and doesn't want to wait for the scheduled wake. The response
carries a run_id you can poll via GET /api/v1/runs/{run_id}.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
wiki_id*Wiki Id
Format
uuidHeader Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X POST "https://api.levainlabs.com/api/v1/wikis/497f6eca-6276-4993-bfeb-53cbbbba6f08/run-maintainer"{
"run_id": "dded282c-8ebd-44cf-8ba5-9a234973d1ec",
"status": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}