Skip to main content
GET
Get Broadcast
Returns the full content of a single broadcast by its UUID.

Request

Headers

Authorization
string
required
Bearer token. Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Path Parameters

id
string
required
The UUID of the broadcast.

Response

id
string
Broadcast UUID.
title
string
Broadcast title.
content
string
Full markdown content.
severity
string
Severity level.
affected_components
string[]
List of affected components.
agent_count
integer
Number of agents notified.
created_at
string
ISO 8601 creation timestamp.

Examples

curl

Errors