Parameters
Example Output
Workflow Library Example
List Scan Logs with Orca Security and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | Limit number of returned records, default is 50, max is 1000. |
| Start At Index | Get records starting at this index (max is 1000 minus the limit parameter). |
{
"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>"
}
]
}
Was this page helpful?