The SQL Proxy Admin API allows you to manage warehouses, principals (users and service principals), tokens, and jobs compute settings.Documentation Index
Fetch the complete documentation index at: https://docs.datafold.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All/admin endpoints require Bearer token authentication with a proxy manager token:
Available Endpoints
| Resource | Endpoints | Description |
|---|---|---|
| Warehouses | /admin/warehouses | Manage Databricks SQL warehouse configurations |
| Principals | /admin/users, /admin/service-principals | Manage users and service principals |
| Tokens | /admin/users/{id}/tokens, /admin/service-principals/{id}/tokens, /admin/proxy-manager/tokens | Manage authentication tokens |
| Jobs Compute | /admin/jobs-compute | Configure jobs compute routing |
Response Format
Success responses:| Error Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid token |
FORBIDDEN | 403 | Token lacks required permissions |
NOT_FOUND | 404 | Resource not found |
BAD_REQUEST | 400 | Invalid request body |
CONFLICT | 409 | Resource already exists |
INTERNAL_ERROR | 500 | Server error |
