Overview
Retrieve detailed information about a specific alert channel by its ID. This endpoint returns the complete configuration for the alert channel, including type-specific settings.Response Example
Response Examples by Type
EMAIL Alert Channel
EMAIL Alert Channel
SLACK Alert Channel
SLACK Alert Channel
SMS Alert Channel
SMS Alert Channel
PHONE Alert Channel
PHONE Alert Channel
Security Considerations
For security reasons, sensitive values in the configuration (like API keys, tokens, or webhook URLs) may be masked in the response with
***masked***. The actual values are preserved in our system but not exposed via the API.Code Examples
Common Use Cases
Configuration Validation
Retrieve alert channel details to verify configuration before subscribing checks
Audit Trail
Check creation and modification timestamps for compliance and tracking
Integration Management
Get current webhook URLs or settings for updating external systems
Troubleshooting
Inspect alert channel configuration when notifications aren’t working as expected
Error Scenarios
404 Not Found
404 Not Found
The alert channel with the specified ID doesn’t exist or you don’t have access to it.
403 Forbidden
403 Forbidden
You don’t have permission to access this alert channel.
This endpoint is useful for retrieving the current configuration of an alert channel, especially when you need to verify settings or troubleshoot notification issues. Remember that sensitive configuration values may be masked for security.