s1_activities
Retrieve SentinelOne activity logs showing threat mitigations, agent installs/upgrades, policy changes, and user logins. Use as evidence of security actions taken, sorted newest first.
Instructions
Activity/audit log from the management console: threat mitigations, agent installs/upgrades, policy changes, user logins, exclusion changes and more, newest first. Useful as evidence of actions taken (e.g. "show what was done about the threat on machine X").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records per response (default 25, max 1000). | |
| cursor | No | Pagination cursor: pass the nextCursor from the previous response to get the next page. | |
| site_ids | No | Comma-separated site IDs to scope to | |
| agent_ids | No | Comma-separated agent IDs to scope to | |
| user_emails | No | Comma-separated console user emails to filter to | |
| created_after | No | Only activities after this ISO 8601 datetime | |
| activity_types | No | Comma-separated numeric activity type codes (omit to include all) |