List a workspace's aggregate event history
Workspaces
List a workspace's aggregate event history
Cursor-paginated list of operator-visible events across every zombie in the workspace, newest first. Replaces the deleted activity endpoint. Optional zombie_id filter narrows to one zombie. Same query shape as the per-zombie endpoint - actor glob, since= (duration or RFC 3339), and a cursor mutually exclusive with since.
GET
List a workspace's aggregate event history
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Path Parameters
Query Parameters
Drill down to one zombie within the workspace.
Opaque cursor from a prior response. Mutually exclusive with since.
Glob filter against actor.
Lower bound on created_at. Go-style duration or RFC 3339 timestamp.
Required range:
1 <= x <= 200