Skip to main content

Observability

Requires LoftAdmin authorization.

GET /api/admin/observability/sla/

Get organization-level SLA overview.
curl

GET /api/admin/observability/sla//violations

Get SLA violations for an organization.
curl

GET /api/admin/observability/metrics/cost

Get infrastructure cost metrics.
curl

SSO Configuration

Requires LoftAdmin authorization.

GET /api/loft/sso/providers

List configured SSO providers.
curl

POST /api/loft/sso/configure

Configure an SSO provider.
curl

DELETE /api/loft/sso/providers/

Remove an SSO provider.
curl

Audit Logs

Requires LoftAdmin authorization.

GET /api/loft/audit/

Query audit logs.
curl

GET /api/loft/audit/export

Export audit logs as CSV or JSON.
curl

Feature Flags

GET /api/features

Get feature flags. Public — returns org-specific flags if authenticated, global flags otherwise.
curl

Health Check

GET /api/health

Health check endpoint. Public.
curl