v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBExport
Generate download hash
Generates an identifier to request the current export progress.
get/Progress/generateDownloadHash
Query parameters
jobIdstring required
The export job ID
Response
Successful operation. Returns progress hash.
Example response
{
"objects": [
{
"current": 33,
"total": 100
}
]
}