Skip to main content
GET
List account events

Authorizations

X-API-Key
string
header
required

A compute API key (x402c_...). Mint one in the dashboard under Settings -> API Keys. This is the ONLY auth /pods/v1/* accepts - wallet signatures are bound to method+path+body and do not survive the internal hop, so signature callers must use the dashboard routes instead. Two extra scopes gate the dangerous powers: pods:wallet:write (pod wallet money, backup passphrase) and pods:control:write (connectors, full-power control socket).

Query Parameters

after
integer
default:0

A seq from a previous page. Returns events strictly after it.

Required range: x >= 0
limit
integer
default:50
Required range: 1 <= x <= 200
type
enum<string>

Filter to one event type.

Available options:
pod.created,
pod.active,
pod.destroyed,
pod.destroy_failed,
pod.action.queued,
pod.status.changed,
pod.renewed,
pod.renewal_failed,
pod.expiring,
pod.backup.completed,
pod.backup.failed
pod_id
string<uuid>

Filter to one pod.

Response

A page of events, oldest first.

events
object[]
next_after
integer

The cursor for the next page. Returned even on an empty page.

has_more
boolean