Skip to main content
Alerting & Response/Alert Channels & Integrations

GetAlertChannel

Retrieve a specific notification channel by its identifier

GET/api/v1/alerting/channels/{uuid}

Operation ID

GetAlertChannel

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • uuid
    StringRequired

    UUID of the channel to retrieve

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • uuid
    String

    Unique identifier of the channel

    Example: chan-001

  • name
    String

    Human-readable channel name

    Example: Ops Email Channel

  • description
    String

    Description of the channel purpose

    Example: Email notifications for operations team

  • type
    String

    Channel type: email, webhook, dingtalk, etc.

    Example: email

  • status
    String

    Channel status: active or disabled

    Example: active

  • config
    Object

    Channel-specific configuration (varies by type). Stored credentials are returned as the redaction placeholder ***.

    Example: (nested object)

  • templateId
    String

    Message template identifier for rendering

    Example: tmpl-email-001

  • alertCount
    String

    Number of alerts sent through this channel

    Example: 150

  • createDate
    String

    Timestamp when the channel was created

    Example: 2026-01-15T08:00:00Z

  • lastOpDate
    String

    Timestamp of the last channel modification

    Example: 2026-01-15T08:00:00Z