Get Delivery Job Status
Returns the status of a delivery.
Getting Started
URL REQUEST (GET)
https://api.statsocial.com/platform/v0/audiences/{audience_id}/deliver/status/{hash}
Let's go to example
note
We create this audience in this example
https://api.statsocial.com/platform/v0/audiences/67454/deliver/status/eb717f7da8bc9eaeab18d0776624c8725ce3a218
We will receive a json like this
{
"response": {
"audience_id": 67454,
"status": "done",
"hash": "eb717f7da8bc9eaeab18d0776624c8725ce3a218",
"file_name": "StatSocial_AudienceofAPITEST_04JAN2024.csv"
},
"information": {
"version": "0.0.5"
}
}