Get data export run
Retrieve the status and download URL for a data export run.
Completed or Failed.
When the run completes successfully, the response includes fileUri — a URL to the exported JSON file.
The activityFrom and activityTo fields match the activity window written to the export file metadata.Authorizations
Auth0-issued access token that includes the wealthyhood:nbg scope.
Path Parameters
Unique identifier of the data export run.
"674a1b2c3d4e5f6789012345"
Response
Export run retrieved successfully.
Unique identifier for the export run.
"674a1b2c3d4e5f6789012345"
Current processing status of the export run.
Pending, InProgress, Completed, Failed "Pending"
ISO 8601 timestamp when the export run was initiated.
"2025-01-16T01:00:00.000Z"
Schema version used for the export file (semantic versioning).
"1.1.1"
Resolved upper bound (inclusive) for activity in this export. Defaults to the run's initiation time when not explicitly requested.
"2025-01-16T01:00:00.000Z"
ISO 8601 timestamp when the export completed. Present when status is Completed.
"2025-01-16T02:00:00.000Z"
URL to download the exported JSON file. Present when status is Completed.
"https://data-exports.wealthyhood.cloud/nbg/2026/01/16/export.json"
Error message when status is Failed.
"Unknown error during data export"
Resolved lower bound (exclusive) for activity in this export. Omitted on the first incremental run when no previous completed export exists.
"2025-01-15T10:00:00.000Z"