Schema Service

MySQL Schema Management API

MySQL: connected
Databases Available 104

Tools

GET /processlist

Live MySQL Processlist with auto-refresh, filtering, sorting (requires token)

API Endpoints

GET /api/schema/health

Health check (no auth required)

GET /api/schema/databases

List all databases (requires x-schema-token)

GET /api/schema/selection

Get app's database selection (requires x-schema-token, x-app-id)

POST /api/schema/selection

Set app's database selection (requires x-schema-token, x-app-id)

POST /api/schema/refresh

Refresh schema cache (requires x-schema-token, x-app-id)

GET /api/schema/snapshot?db=<name>&mode=cache|live

Get schema snapshot (requires x-schema-token)