Skip to content

Admin API

Operational endpoints used by the admin UI and ops tooling: trigger or check reindex jobs, read usage / billing counters, flush in-process caches, peek at the LLM-config view. Separate from cfg because these are runtime / lifecycle controls rather than configuration data.

MethodPathSummaryKey paramsResponse
POST/admin/cfg/reloadForce-reload config snapshotVersionDto
GET/admin/cfg/snapshotFull config snapshotSnapshotDto
GET/admin/cfg/versionConfig cache versionVersionDto
GET/admin/dlus/backfill/autofill-candidatesList DLUs with missing autofill-derivable fields(no body)
POST/admin/dlus/backfill/event-relations-narrativeBackfill narrative-order event relations(no body)
POST/admin/dlus/create-bookCreate a book-level DLU and re-parent its segmentsbody: CreateBookBody(no body)
POST/admin/reindex/flushManually flush the reindex queueReindexFlushResponse
GET/admin/reindex/statusCurrent reindex queue statusReindexStatus
GET/admin/usageAggregated usage analytics rowsUsageRow[]

Reindex status

Terminal window
curl -H "X-API-Key: $API_KEY" "$ARCHAIC/admin/reindex/status"