Skip to main content

ExportCharges

Result of a synchronous charges export. CSV is generated inline and made available for download.

type ExportCharges {
downloadUrl: String!
expiresAt: AWSTimestamp!
}

Fields

ExportCharges.downloadUrl ● String! non-null scalar

Pre-signed URL to download the charges CSV. Valid for 15 minutes.

ExportCharges.expiresAt ● AWSTimestamp! non-null scalar

Unix timestamp (seconds) when downloadUrl expires.

Returned By

exportCharges mutation