Get the link of export
The status of the given export.
Query Parameters
- id int64 required
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...