Get the link of export
GET/raw-export/report/status
The status of the given export.
Request
Query Parameters
id int64required
Responses
- 200
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
status string
Possible values: [FINISHED
, IN_PROGRESS
, EXPIRED
, ERROR
]
link string
message string
{
"status": "FINISHED",
"link": "string",
"message": "string"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
serviceName string
message string
{
"serviceName": "string",
"message": "string"
}
Loading...