latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Report

Retrieve the activity log for the given workspace

(Deprecated - use '/workspaces/{workspace_id}/reports/activityLog') Query the activity log for a workspace. To test this endpoint, enter the word 'key', without the quotes, as the username, and paste your API key as the password for authentication.

get/workspaces/{workspace_id}/reports/activityLog

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

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 log data, in epoch milliseconds.

end_timeinteger

End time of the activity log 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 log entries

cursorstring

Cursor used for pagination