Retrieves custom export request logs based on the provided request handle id
app_id | Unique identifier for Branch app of requested data.
Access-Token | Key that encapsulates the users permission w.r.t an org. Obtained from the Branch Dashboard needed for authentication.
The ID returned by the log export queue.
The maximum number of results to return.
Format of returned data. json or csv
Status of aggregate export
{
"status": "complete",
"response_url": "https://branch-exports-web.s3.us-west-1.amazonaws.com/v2/y%3D2023/m%3D05/d%3D17/app_id%3D{APP_ID_HERE}/job_id%3D{JOB_ID_HERE}/task_id%3D{TASK_ID_HERE}/unique-csv-file-name-here.csv?X-Amz-Algorithm={AMZ_ALGORITHM_HERE}&X-Amz-Date={AMZ_DATE_HERE}&X-Amz-SignedHeaders={AMZ_SIGNED_HEADERS_HERE}&X-Amz-Expires={AMZ_EXPIRATION_HERE}&X-Amz-Credential={AMZ_CREDENTIAL_HERE}&X-Amz-Signature={AMZ_SIGNATURE_HERE}",
"lines_exported": 0,
"code": 200
}
Response code
Number of lines exported against the originated request.
Request status over the current execution time
The URL of the export request.
Authentication Failed
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"
Job ID Not Found