Export API call logs as CSV, Excel, or JSON
Export API call logs for compliance reporting.Documentation Index
Fetch the complete documentation index at: https://fileguard.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
csv, excel, or json| Format | Content-Type | Extension |
|---|---|---|
| CSV | text/csv | .csv |
| Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | .xlsx |
| JSON | application/json | .json |
| Header | Description |
|---|---|
Content-Disposition | attachment; filename="api_call_logs_YYYYMMDD_HHMMSS.ext" |
X-Export-Record-Count | Number of records exported |
X-Export-Record-Count header is exposed via CORS for JavaScript access.