latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
Reporting
Retrieve activity feed entries
Query the activity feed for a workspace.
get/workspaces/{workspace_id}/reports/activityFeed
Path parameters
workspace_idstring required
Workspace id to filter by
Query parameters
action_typestring
Type of action taken. Can be create, update, delete, or recover.
entity_typestring
Type of object that was acted on
entity_namestring
Name of the entity acted on for substring matching, wrap in double quotes for exact matching
actor_idstring
Id of the user or api key that performed the action
actor_is_mabl_employeeboolean
Filter activity logs by mabl employees.
start_timeinteger
Start time of the activity feed data, in epoch milliseconds.
end_timeinteger
End time of the activity feed data, in epoch milliseconds.
is_automator_eventboolean
Filter activity logs by automator events.
limitinteger
Maximum number of runs to return in a single response. Additional pages of results can be retrieved by passing the cursor (returned in the results) on a subsequent call.
cursorstring
Cursor to use for pagination
Response
Array of activity feed entries