Submit Batch Download

Submit a batch download request for Board tasks. This is an asynchronous operation that packages selected tasks into a ZIP file. Returns a downloadTaskId for status polling.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Board ID (required)

boolean
Defaults to false

Whether to download all matching tasks (true) or specific tasks (false, default). When true, filter must be provided and taskIds is ignored.

taskIds
array of strings | null

Task ID list to download. Required when selectAll=false. Ignored when selectAll=true.

taskIds
excludeTaskIds
array of strings | null

Task IDs to exclude from download. Only effective when selectAll=true. For tasks manually deselected by user.

excludeTaskIds
filter
object | null

Filter criteria for batch operation. Only effective when selectAll=true.

Headers
string
required

User ID

string
required

API Key for authentication (Bearer token)

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json