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
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxQuery Parameters
Filter by severity. One of:
info, action_required, critical.Number of broadcasts to return. Max 100.
Pagination offset.
Response
Array of broadcast objects.
Total number of matching broadcasts.
Whether more results exist beyond this page.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
429 | RATE_LIMITED | Too many requests |
