Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Logs with Netskope Cte 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 |
|---|---|
| Filters | A filter parameter that accepts a subset of MongoDB-style queries to filter by. Supported operators may differ based on the field’s data type. For Example: * Find a log by its ID. * Find all logs created after a specific date.To learn more about building MongoDB queries, please visit MongoDB documentation. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Parameter | Description |
|---|---|
| Aggregate | Select to retrieve indicators in an aggregated form. |
| Ascending Order | Select to retrieve indicators in an ascending order. |
| Limit | The number of results to return per page. |
| Skip | The number of results to initially skip. |
| Sort Field | A field to sort the results by. |
[
{
"id": "string",
"message": "string",
"type": "info",
"createdAt": "2025-07-23T14:59:32.564105",
"errorCode": "string",
"details": "string"
}
]
Was this page helpful?