Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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