arm_audit_download_logs
Download SIEM audit logs as a ZIP file for a specified date range (up to 90 days). Get the download URL and request metadata.
Instructions
GET /logs/audit_logs/download. Downloads SIEM audit logs as a ZIP file for a date range (max 90 days). Returns the constructed download URL and request metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | End date in ISO 8601 format (YYYY-MM-DDThh:mm:ss). Optional; defaults to current day. Range must be within 90 days of startTime. | |
| startTime | Yes | Start date in ISO 8601 format (YYYY-MM-DDThh:mm:ss). Required. |