get https://app.asana.com/api/1.0/workspaces//events
Returns the full record for all events that have occurred since the sync token was created.
The response is a list of events and the schema of each event is as described here.
Asana limits a single sync token to 1000 events. If more than 1000 events exist for a given domain, has_more: true
will be returned in the response, indicating that there are more events to pull.
Access requirements
Currently, access to this API is exclusively available through a service account in an Enterprise+ domain. To get started, see the workspace events guide.