Get
/analytics/{job_id}
By passing in the appropriate options, you can receive a URL to your aggregate export.
Security
API Key
Query parameter nameapp_id
app_id | Unique identifier for Branch app of requested data.
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
limit
integer (int32)
The maximum number of results to return.
Minimum1
Maximum50000
format
string
Format of returned data. json or csv
Valid values[
"csv",
"json"
]
Default"csv"
Responses
200
400
404
Status of aggregate export
object
code
integer
Response code
Example200
job_id
string
The unique ID of the request.
ExampleXXXX-0000-xxxx
status_url
string
The URL of the export request.
Examplehttps://api2.branch.io/v2/analytics/{JOB_ID_HERE}