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

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

Path Parameters

id
string
required
The UUID of the broadcast.

Response

broadcast_id
string
The broadcast UUID.
agent_id
string
The agent UUID.
status
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