Skip to main content

Documentation Index

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

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

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
Workflow LibraryPreview this Workflow on desktop