v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccountManagement
Get report generation status.
Get the report download URL and status using Job Id.
get/v1/account/usage/report/{jobId}/status
Path parameters
jobIdstring required
Job Id for the report to be exported.
Response
Status response containing status and downloadURL if successful.
Example response
{
"code": "auth:password_too_short",
"message": "Your password was too short.",
"detail": "Your password was 5 characters long, the minimum length is 12 characters. See http://example.com/password for more information.",
"meta": {
"minLength": 12,
"actualLength": 5
},
"status": "Success",
"statusMessage": "Successful request",
"reportDownloadURL": "www.example.com"
}