Data Export¶
For large-scale extraction, use the export API rather than paginating through every record yourself.
Requesting an export¶
Polling for completion¶
Response (completed)
{
"export_id": "exp_01HZX9Y8Z7",
"status": "completed",
"download_url": "https://exports.nimbus.example.com/exp_01HZX9Y8Z7.ndjson.gz",
"expires_at": "2026-06-19T12:00:00Z"
}
Download links expire
Export download URLs are valid for 24 hours. Re-request the export status to get a fresh URL if it expires.
Supported formats¶
One JSON object per line — ideal for streaming into another system.
Columnar format, recommended for analytics pipelines reading from S3-compatible storage.