Get Database Certificate
Credentials
Get Database Certificate
Retrieves the certificate for a specific database by its ID.
GET
Get Database Certificate
The ID of the database to retrieve the certificate for.
Response
The certificate details for the database.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND_OR_FORBIDDEN: The specified database does not exist or the user lacks access.FAILED_TO_GET_CERTIFICATE: Failed to retrieve the certificate.
A descriptive message providing additional details about the error.