Sita Docs
  1. Overview
  2. System
  3. API
  4. Admin

API

Admin API

Implemented

The org admin dashboard is a read-only account of what a project already stores. Document mutations stay on the assets routes.

Why this exists

Why this API boundary exists

The org admin dashboard is a read-only account of what a project already stores. Document mutations stay on the assets routes.

Endpoints

GET/admin/projectsImplemented

Org projects with model and asset counts. Counts that were not measured are null.

Auth: clerk

services/api/app/routes/admin.py

GET/admin/overviewImplemented

Read-only project account: models, graph serialisation, reference canvas, assets, RAG chunks, runs and jobs.

Auth: clerk

services/api/app/routes/admin.py

GET/admin/graphImplemented

Recent graph serialisations and the changes between them.

Auth: clerk

Framework03

services/api/app/routes/admin.py

GET/admin/activityImplemented

Merged activity log for one project.

Auth: clerk

services/api/app/routes/admin.py