Event
Get all events for a resource
Retrieve all events associated with a specific resource, filtered by various criteria.
get/v1/notifications/events/{resource_id}
Path parameters
resource_idstring uuid required
The UUID of the resource for which events are to be retrieved.
Query parameters
type'process' | 'process_section' | 'process_response' | 'table' | 'project' | 'user' required
The type of the resource (e.g., user, process, table, project).
pageinteger
Page number for pagination.
usersstring[]
Optional UUID of a user to filter the events.
verbstring[]
Optional list of verbs to filter the events.
start_datestring date-time
Optional start date to filter the events.
end_datestring date-time
Optional end date to filter the events.
searchstring
Optional search term to filter the events.
Response
Successfully retrieved the events.