List events
⚠️ This endpoint is in public preview.
List the account’s activity events. Only the last 7 days of events are returned.
Authorizations
Create an API token using sf tokens create or at https://sfcompute.com/dashboard/tokens.
Query Parameters
Return events after this cursor, exclusive. A cursor only works with the same filter parameters it was created with.
^evtc_[A-Za-z0-9_-]+$"evtc_gqXR7s0Kj5mHvE2wNpLc4Q"
Maximum number of events to return per page.
1 <= x <= 200Only return events with exactly this action.
Only return events about this target id.
Only return events whose targets are this kind of resource. Redundant if action is specified.
Unix timestamp. Only return events that occurred at or after this time.
Unix timestamp. Only return events that occurred at or before this time.
Response
Paginated list of events.
"list"The page of events, oldest first.
Whether more events are available after this page.
The last event's cursor. Pass it as starting_after to fetch the next page. Omitted when data is empty.
^evtc_[A-Za-z0-9_-]+$"evtc_gqXR7s0Kj5mHvE2wNpLc4Q"