ApiWikis
List Wiki Runs
List recent maintenance runs for this knowledge base, newest first.
List recent maintenance runs for this knowledge base, newest first.
Each entry reports lifecycle and the error message (if any). The list does not
include the per-run page diff — call
GET /api/v1/wikis/{wiki_id}/runs/{run_id}/changes for that. Capped at 200
entries per request.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
wiki_id*Wiki Id
Format
uuidQuery Parameters
limit?Limit
Default
50Range
1 <= value <= 200Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/wikis/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs"[
{
"id": "string",
"platform_agent_slug": "string",
"platform_agent_name": "string",
"status": "string",
"started_at": "string",
"finished_at": "string",
"error": "string",
"created_at": "string",
"context": {
"property1": "string",
"property2": "string"
}
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}