v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBExport
Get progress
Get the progress state of the export. You can use polling (request every few seconds) to get the current state.
get/Progress/getProgress
Query parameters
hashstring required
The hash string of an export
Response
Successful operation.
Example response
{
"objects": [
{
"current": 33,
"total": 100
}
]
}