GET - Get request info
Last updated
{
"id": "9aed764e-7a79-4197-b378-df82da994f78",
"uri": "/1.0/BATCH_API_KEY/inapp-campaign/CAMPAIGN_TOKEN/events",
"request_date": "2019-08-14T22:00:00",
"file_url": "https://api.batch.com/1.0/API_KEY/export/request/REQUEST_ID/results/filename.csv",
"status": "CREATED|PENDING|ERROR|SUCCESS|EXPIRED",
"completion_date": "2019-08-14T22:00:00",
"request" :
{
"from": "2019-08-14T22:00:00",
"to": "now",
"events": ["push_sent", "push_open"],
"ids": ["install_id", "custom_id", "advertising_id"],
}
}curl -i -H "X-Authorization: BATCH_REST_API_KEY" \
-X GET ""https://api.batch.com/1.0/API_KEY/export/request/REQUEST_ID/results/FILENAME.csv""