Skip to main content
Get the activity details of an active session.
External DocumentationTo learn more, visit the CyberArk documentation.

Parameters

ParameterDescription
Live Session IDThe ID of the session to get activity details of.

Example Output

{
	"Activities": [
		{
			"ActivityText": "<text>",
			"ActivityType": "<type>",
			"ActivityId": "<id>",
			"Formats": [
				"<format>"
			],
			"Offsets": {
				"<format>": "<timestamp>"
			}
		}
	],
	"Total": 1
}

Workflow Library Example

Get Active Session Activities with Cyberark and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I