List SQL databases
Lists the SQL databases for the authenticated user's organization. Results use page-based pagination (page[number]/page[size]) and can be filtered and sorted.
Query parameters
The page number to load.
The size of the page. Values above 250 are treated as 250.
Filter by exact name match.
Filter by provisioning status.
Sort field; prefix with - for descending order.
Response
SQL databases retrieved successfully
Example response
{
"data": [
{
"record_type": "storage_sqldb",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "my-database",
"status": "provision_ok",
"created_at": "2026-06-18T14:48:17Z",
"updated_at": "2026-06-18T14:48:17Z"
}
],
"meta": {
"page_number": 1,
"page_size": 20,
"total_pages": 3,
"total_results": 52
}
}Changes
Changed in 2 of the 99 revisions of this API.225
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.