Report Status
Checks the status of a Report created with async=true.
path Parameters
accountId required | string |
reportId required | integer |
query Parameters
v required | string A date in |
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "status": "PROCESSING",
- "url": "string"
}
}