List tasks
Returns a paginated list of custody tasks (approval requests) visible to the authenticated user, filtered by the supplied query parameters and ordered by the requested column. Multi-valued filters are OR-ed within a field and AND-ed across fields.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Query Parameters
Restrict the result set to tasks owned by the specified organization, identified by its 16-char IIBAN. Defaults to the caller's organization when omitted.
"ABCD EFGH IJKL MNOP"
Maximum number of tasks to return in the page. Defaults to 100 when omitted.
100
Number of tasks to skip before the page begins, used together with limit for offset-based pagination. Defaults to 0 when omitted.
0
Restrict the result set to tasks in one or more lifecycle states. Allowed values: pending, approved, rejected, denied (alias of rejected), canceled, expired, failed, executed.
Restrict the result set to tasks for which the caller has made the specified decision. One of undecided, approved, denied.
"undecided"
Restrict the result set to the supplied task IDs. Each value is a T-prefixed 14-char base32 identifier.
Restrict the result set to tasks linked to the supplied approval UUIDs.
Restrict the result set to tasks scoped to the supplied vault IDs. Each value is a V-prefixed 14-char base32 identifier with a final check character.
Restrict the result set to tasks that contain one of the supplied action types. Accepts only the singular action names listed below (for example request_withdrawal, create_vault, update_subquorum). Multiple values are OR-ed.
update_subquorum, update_vault_user, update_vault_policy, request_withdrawal, remove_org_user, create_user, request_staking_allocation, update_withdrawal_address, update_user_permission, create_vault, update_vault, update_domain_policy, update_user_status, request_transfer_to_spot, create_api_user, update_api_user, request_staking_deallocation, request_custody_transfer_to_spot, request_pledge, request_pledge_release Include only tasks created at or after this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
Include only tasks created at or before this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
Include only tasks last updated at or after this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
Include only tasks last updated at or before this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
Include only tasks expiring at or after this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
Include only tasks expiring at or before this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
Ordering as a single field:direction token (direction optional, defaults to desc). Only one column is supported. Allowed fields: id, state, vault_id, created_at, updated_at, expires_at. Defaults to created_at:desc.
"created_at:desc"