List storage configurations
Returns all registered storage connections for the authenticated user, including the bucket/container name, full path, scheme type, and creation timestamp. **Required scope:** `storage:read`
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/storages/configs"{ "configs": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "path": "string", "schemeType": { "schemeType": "Abfss" }, "createdAt": "string", "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c", "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "sharedBy": "string", "undoAvailableUntil": "string", "delegatedProvider": "azure", "accessStatus": "ok", "discoveryConfig": { "basePath": "string", "discoverDelta": true, "discoverIceberg": true, "discoverFiles": true } } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}List registered tables
Returns all Delta and Iceberg tables discovered across the user's connected storage configurations, organized in a file-explorer tree structure. Set `with_discovery=true` to trigger a fresh scan of the object stores for newly added tables. **Required scope:** `storage:read`
Update a storage configuration
Updates the discovery settings and/or name of an existing storage configuration. After updating, the engine is notified to clear caches and re-run discovery so that the changes take effect immediately. **Required scope:** `storage:configure` (+ `storage_configs:share` for workspace-shared configs)