List Tasks API
Retrieve active Breezing background tasks like wallet syncs, report generation, and rule application to track progress in crypto accounting.
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
"1"
Number of tasks to return (1-100, default 50)
"50"
Filter to a single task by exact ID. Use the taskId returned from POST /wallets, POST /rules/apply, etc. when you need to confirm the row exists or has not been completed yet.
"42"
Filter to tasks scoped to one wallet (matches metadata.walletId). Useful for narrowing the result to a wallet sync (importTransactions) when the taskId returned from POST /wallets is null.
"1"