MCP documentation | MCP docs for agents
ark_get_audit_export_download_url
ark.get_audit_export_download_url
Create a short-lived signed download URL for a completed audit export. Call ark_list_audit_exports first and use this only when canDownload is true.
- Availability
- Expanded preview
- Scopes
audit:export- ARK permissions
canViewAuditTimelinecanExportAuditLog- Team visibility
- Not entity-scoped
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- No
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
exportIdstringrequiredCompleted audit export ID from ark_list_audit_exports.
format: uuid
expiresInSecondsintegerLifetime for the signed download URL.
default: 300; min: 60; max: 3600
Result
The tool returns the canonical ark.get_audit_export_download_url operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.