Skip to main content
GET
List active background tasks

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

limit
string
default:50

Number of tasks to return (1-100, default 50)

Example:

"50"

id
string

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.

Example:

"42"

walletId
string

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.

Example:

"1"

Response

Tasks retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object[]
required
Last modified on July 10, 2026