Skip to main content
GET
/
v1
/
workspaces
/
current
/
events
List Workspace Events
curl --request GET \
  --url https://api.example.com/v1/workspaces/current/events \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string | null
types
string | null

Comma-separated event type filter, e.g. 'field_updated,comment.added'

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

Response

Successful Response

The response is of type Response List Workspace Events V1 Workspaces Current Events Get · object.