v1

latestOpenAPI 3.0.32026-07-241112213.6 KB
Board Tasks

Get Batch Download Status

Query the status of a batch download task. Use this to poll for download progress and retrieve the download URL when ready.

get/boards/tasks/batch-download

Query parameters

boardIdstring required

Board ID

downloadTaskIdstring required

Download task ID returned from submit endpoint

Headers

Topview-Uidstring required

User ID

Authorizationstring required

API Key for authentication (Bearer token)

Response

Download status retrieved successfully

codestring
messagestring

Example response

{
  "code": "200",
  "message": "Success"
}