Cursor-paginated list of operator-visible events for one zombie, newest first. Each row is a core.zombie_events entry — the durable record produced by the worker write path on every steer, webhook, cron, or continuation event. Filter by actor glob (e.g. steer:*, webhook:github) or since= (Go-style duration like 2h/30m or RFC 3339 timestamp). since= and cursor= are mutually exclusive.
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Opaque base64url-no-pad cursor returned in next_cursor. Mutually exclusive with since.
Glob filter against the row's actor. * is a wildcard. Examples - 'steer:kishore', 'webhook:github', 'webhook:*'.
Lower bound on created_at. Accepts Go-style durations (15s/30m/2h/7d) or RFC 3339 timestamps. Mutually exclusive with cursor.
1 <= x <= 200