The ID of the organization to filter databases by. If not provided, retrieves databases owned by the user.
Response
Indicates whether the call was successful.
success
if successful, error
if not.An array of database status objects.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.ORGANIZATION_NOT_FOUND
: The specified organization does not exist.USER_NOT_IN_ORGANIZATION
: The user is not a member of the specified organization.