Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
events
List a workspace's aggregate event history
curl --request GET \
  --url https://api.usezombie.com/v1/workspaces/{workspace_id}/events \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ],
  "next_cursor": "<string>"
}

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.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string<uuid>
required

Query Parameters

zombie_id
string<uuid>

Drill down to one zombie within the workspace.

cursor
string

Opaque cursor from a prior response. Mutually exclusive with since.

actor
string

Glob filter against actor.

since
string

Lower bound on created_at. Go-style duration or RFC 3339 timestamp.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

OK

items
object[]
required
next_cursor
string | null
required