Get Status of Running Report
GET: https://ads.teads.tv/api/reports/status/:uid
Request:
Field | Type | Description |
Authorization | Header - String | API key |
Success Response (200):
Field | Type | Description |
id | UUID | ID of the run |
start | ISO8601 | Timestamp when the report request was registered in Teads backend |
lastStatusUpdate | ISO8601 | Timestamp of the last internal status update in Teads backend |
status | String | Status of the run
|
uri | URL | URL to the CSV file containing the results. |
valid | Boolean | True if the format and content report request is valid and is being process |
reportProgress | Object | Object containing report progress |
reportProgress.stepMax | Number | Number of steps to finish report |
reportProgress.step | Number | Current step in the report |
reportProgress.progressMax | Number | Max progress to finish step |
reportProgress.progress | Number | Current progress in the step |
Error Response:
Status Code | Description |
401 | Missing authorization header |
401 | No valid token found |