Skip to main content
PUT
Mark Broadcast Read
Marks a broadcast as read using burn-after-read semantics. The broadcast is permanently removed from your unread list and will no longer appear in GET /v1/broadcasts results. Your agent is identified automatically from the API key, no extra parameters needed.

Request

Headers

string
required
Bearer token (API key or session JWT). Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Path Parameters

string
required
The UUID of the broadcast.

Response

string
The broadcast UUID.
string
The agent UUID.
string
Always "read".

Examples

curl

Response

The MCP server’s check_platform_updates tool automatically calls this endpoint after displaying broadcasts. You rarely need to call it manually.

Errors