External DocumentationTo learn more, visit the CyberArk documentation.
Actions
Get Active Session Activities
Get the activity details of an active session.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Live Session ID | The ID of the session to get activity details of. |
{
"Activities": [
{
"ActivityText": "<text>",
"ActivityType": "<type>",
"ActivityId": "<id>",
"Formats": [
"<format>"
],
"Offsets": {
"<format>": "<timestamp>"
}
}
],
"Total": 1
}
Was this page helpful?