Skip to main content

List Activities

Lists SentinelOne activities.

Parameters

ParameterDescription
CursorCursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=".
FilterList accounts that match this filter.
For more information visit: https://your-subdomain.sentinelone.net/api-doc/api-details?category=activities&api=get-activities.
LimitLimit number of returned items (1-1000). Example: "10".
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
"data": [
{
"accountId": "12345623465643",
"accountName": "test",
"activityType": 5020,
"activityUuid": "12354-dfdsfsd-1232134523sdf-sdf",
"agentId": null,
"agentUpdatedVersion": null,
"comments": null,
"createdAt": "2022-06-21T07:55:29.740462Z",
"data": {
"accountName": "test",
"expiration": "Fri, 30 Dec 2022, 22:00:00 UTC",
"fullScopeDetails": "test",
"fullScopeDetailsPath": "Global / test",
"groupName": null,
"licensesDescription": "SKUs: Control (5 Total Agents). ",
"scopeLevel": "Site",
"scopeName": "test",
"siteId": 123456324565,
"siteName": "test",
"username": "JohnDoe"
},
"description": null,
"groupId": null,
"groupName": null,
"hash": null,
"id": "123456732456",
"osFamily": null,
"primaryDescription": "This is a test description.",
"secondaryDescription": null,
"siteId": "123456789234",
"siteName": "test",
"threatId": null,
"updatedAt": "2022-06-21T07:55:29.733259Z",
"userId": "1234567891011121314"
}
],
"pagination": {
"nextCursor": "eyJpZF9jb2x1bW4iOiAiQWN0aXZpdHkuaWQiLCAiaWRfdmFsdWUiOiAxNDQ3NjE2NDYwMDE1NjkzMzE5LCAic29ydF9ieV9jb2x1bW4iOiAiQWN0aXZpdHkuaWQiLCAic29ydF9ieV92YWx1ZSI6IDE0NDc2MTY0NjAwMTU2OTMzMTksICJzb3J0X29yZGVyIjogImFzYyJ9",
"totalItems": 2
}
}

Workflow Library Example

List Activities with Sentinelone and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop