List Deleted Databases
Returns databases deleted within the last five days, which can still be restored. Requires a paid plan. Available even while recovery is disabled for the organization.
get/v3/organizations/{organizationId}/databases
Path parameters
organizationIdstring uuid required
The UUID of the organization. Retrieve it with the Retrieve Organization endpoint (the id field).
Query parameters
deletedboolean required
Must be true to list deleted databases.
searchstring
Filter deleted databases by name.
limitinteger
Page size, from 1 to 1000.
cursorstring
Opaque pagination cursor from the previous page's pagination.next.
Response
Successful response