Download a Log File
get
/ic/api/integration/v1/monitoring/logs/{id}
Download a log file identified by log file identifier.
Request
Path Parameters
-
id(required): string
Log file identifier. For downloading file server runtime audit logs, use fsauditlog as identifier.
Query Parameters
-
q: string
Filter parameters:
- timewindow: 1h, 6h, 1d, 2d, 3d, 8d, 32d. Default value is 1h.
- startdate: Custom time range start date/time in UTC format for filtering logs.
- enddate: Custom time range end date/time in UTC format for filtering logs.
Examples:
{startdate:'2025-09-13 07:07:07',enddate:'2025-09-20 08:17:07'}{timewindow:'3d'}
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/zip
200 Response
Successful operation
Root Schema : Object
Type:
object404 Response
Not found
500 Response
Server error