Get a list of files for the specified RTR session.

Parameters

ParameterDescription
Session IDRTR Session ID. You can find the Session ID in the response of the Create Batch Session action for the wanted host.

Example Output

{
	"errors": [
		{
			"code": 0,
			"id": "string",
			"message": "string"
		}
	],
	"meta": {
		"pagination": {
			"limit": 0,
			"offset": 0,
			"total": 0
		},
		"powered_by": "string",
		"query_time": 0,
		"trace_id": "string",
		"writes": {
			"resources_affected": 0
		}
	},
	"resources": [
		{
			"cloud_request_id": "string",
			"created_at": "date-time",
			"deleted_at": "date-time",
			"id": 0,
			"name": "string",
			"session_id": "string",
			"sha256": "string",
			"size": 0,
			"updated_at": "date-time"
		}
	]
}

Workflow Library Example

List Rtr Session Files with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop