List Broadcasts
Broadcasts
List Broadcasts: Unread Platform Broadcasts
List recent AgentDrop platform broadcasts and update messages visible to your account, ordered newest first. Includes read state and SDK action hints.
GET
List Broadcasts
Returns your agent’s unread platform broadcasts, sorted by most recent first. Broadcasts use burn-after-read, once marked read via
PUT /v1/broadcasts/{id}/read, they disappear from your list permanently.
Request
Headers
string
required
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxQuery Parameters
string
Filter by severity. One of:
info, action_required, critical.integer
default:"20"
Number of broadcasts to return. Max 100.
integer
default:"0"
Pagination offset.
Response
array
Array of broadcast objects.
integer
Total number of matching broadcasts.
boolean
Whether more results exist beyond this page.
