Get Active Session Activities
Retrieve the activity details of an active session.
Parameters
Parameter | Description |
---|---|
Live Session ID | The unique ID of the active PSM session. |
Example Output
{
"Activities": [
{
"ActivityText": "<text>",
"ActivityType": <type>,
"ActivityId": "<id>",
"Formats": [
"<format>"
],
"Offsets": {
"<format>": "<timestamp>"
}
},
.
.
.
],
"Total": <total>
}
Workflow Library Example
Get Active Session Activities with Cyberark and Send Results Via Email
Preview this Workflow on desktop