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 all user logs.

Parameters

ParameterDescription
LimitLimit number of returned records, default is 50, max is 1000.
Start At IndexGet records starting at this index (max is 1000 minus the limit parameter).

Example Output

{
	"status": "<string>",
	"total": 34937,
	"data": [
		{
			"account": "<string>",
			"start_time": "2025-04-14T14:30:00.375074+03:00",
			"asset_number": null,
			"account_action_id": "<string>"
		},
		{
			"account": "<string>",
			"start_time": "2025-04-14T14:30:00.375074+03:00",
			"asset_number": null,
			"account_action_id": "<string>"
		}
	]
}

Workflow Library Example

List Scan Logs with Orca Security and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop