Soracom · Arazzo Workflow
Soracom Export Monthly Billing CSV
Version 1.0.0
Read a finalized monthly bill, kick off an async detailed-billing CSV export, and poll until the download URL is ready.
Provider
Workflows
export-monthly-billing
Read a month's bill, export the detailed CSV asynchronously, and poll for the download URL.
Reads the monthly bill, starts an async detailed billing CSV export, and polls the exported file until status is exported and the URL is available.
1
getBill
getBilling
Read the finalized monthly bill for the target month to confirm there is a bill to export.
2
startExport
exportBilling
Start an asynchronous export of the detailed billing CSV for the month and capture the exported file ID for polling.
3
pollExport
getExportedFile
Poll the exported file resource until the export has completed and a download URL is available. Repeats while the status is still processing.
Source API Descriptions
openapi