Get
/scheduled-exports/logs/subscription/{subscription_id}/jobs
Once your subscription is active, you can query for the exported data and download the data via the array export_url
. For data accessible via API, the files are stored in Branch's S3 bucket, and you are provided a pre-signed S3 URL for exporting data. Typically data is accessible via API for 7 days, so be sure to download your data shortly after it is generated.
Security
API Key
Header parameter nameaccess-token
Access-Token | Key that encapsulates the users permission w.r.t an org. Obtained from the Branch Dashboard needed for authentication.
Path parameters
Query parameters
app_id
stringRequired
Unique identifier for Branch app of requested data.
start_date
stringRequired
Timestamp of the start date in yyyy-MM-dd'T'HH:mm:ss.SSSZ format.
Example2023-05-19T00:00:00.000-00:00
end_date
stringRequired
Timestamp of the end date in yyyy-MM-dd'T'HH:mm:ss.SSSZ format
Example2023-05-20T00:00:00.000-00:00
Responses
200
OK