This endpoint provisions querying and export Cohort analytics
Access-Token | Key that encapsulates the users permission w.r.t an org. Obtained from the Branch Dashboard needed for authentication.
Unique identifier for job. Obtained from POST Export Cohort Analytics API.
app_id | Unique identifier for Branch app of requested data. Either appId or organization_id is required.
Format of returned data. json or csv
Status of aggregate export
Status of the query.
HTTP code representing the outcome of the status request. Output can be for 1xx/2xx/4xx/5xx. A 1xx will denote a QUEUED or RUNNING status.
S3 url for downloading the response data.
Error message if the query failed
Authentication Failed
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"