v1
latestOpenAPI 3.0.32026-08-061874701.5 MBevents
List filtered events
Fetches events related to given sheets and workspaces for non-admin users.
See Event types for the complete event listing, details, and example objects.
Who can use this operation?
- Plans: Requires the Event Reporting premium add-on available for Enterprise and Advanced Work Management plans only.
- Permissions: Non-admin users who have access to given sheets or workspaces.
post/filteredEvents
Headers
Accept-Encoding'deflate' | 'gzip'
Strongly recommended to make sure payload is compressed. Must be set to one of the following values:
- deflate
- gzip
Authorizationstring
API Access Token used to authenticate requests to Smartsheet APIs.
Request body
Example request
{
"streamPosition": "XyzAb1234cdefghijklmnofpq"
}Response
OK
Example response
{
"nextStreamPosition": "XyzAb1234cdefghijklmnofpq",
"moreAvailable": true,
"data": [
{
"eventId": "2.1.iI9WIpaEAhjz-0hV0eGw2lOEoKDqoRUP00NJv2RvAyKoOvyws63zsfpTBqda5tb33ylcz2JdGVC9Rfa2FRJKQg",
"objectType": "SHEET",
"action": "UPDATE",
"objectId": 345678901234,
"objectIdStr": "345678901234",
"eventTimestamp": "2025-05-24T14:15:22Z",
"userId": 123457654321,
"requestUserId": 133445566778,
"accessTokenName": "Test token",
"source": "WEB_APP",
"additionalDetails": {
"emailAddress": "jane.doe@smartsheet.com",
"sourceIpAddress": "248.253.157.32"
}
}
]
}