latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Reporting

Retrieve company activity feed entries

Query the activity feed for a company. This feed covers company-owned entities such as Link agents and company api keys; activity on entities owned by the company's workspaces stays in the workspace activity feed.

get/companies/{company_id}/reports/activityFeed

Path parameters

company_idstring required

Company 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

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.

limitinteger

Maximum number of entries 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

cursorstring

Cursor used for pagination