List task activities
Returns a paginated list of task activities visible to the authenticated user, filtered by the supplied query parameters. Multi-valued filters are OR-ed within a field and AND-ed across fields. Each row embeds the curated parent task with the flat atomic instructions[] model.
Rate limit: 200 requests per 30 seconds per IP.
Query Parameters
Restrict the result set to activities whose tasks are 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 activities to return in the page. Defaults to 100 when omitted.
100
Number of activities 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 a single activity identifier, an A-prefixed 14-char base32 string.
"AABCDEFG23456A"
Restrict by the parent task's vault scope. One of domain or vault. Case-insensitive.
"vault"
Restrict the result set to activities whose tasks are scoped to the supplied vault IDs. Each value is a V-prefixed 14-char base32 identifier with a final check character. Multiple values are OR-ed.
Restrict the result set to activities belonging to the supplied task ID, a T-prefixed 14-char base32 identifier.
"TABCDEF234567A"
Restrict the result set to activities whose parent task is linked to the supplied approval UUID.
"a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
Restrict the result set to activities whose parent task contains one of the supplied action types (for example request_withdrawal, create_vault, normalized_task). Multiple values are OR-ed.
Restrict the result set to activities with one of the supplied action types (for example created, review_approved, review_denied, executed). Multiple values are OR-ed.
Include only activities created at or after this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
"2026-01-15T12:34:56Z"
Include only activities created at or before this RFC 3339 UTC timestamp (inclusive), e.g. 2026-01-15T12:34:56Z; the Z (UTC) offset is required.
"2026-01-15T12:34:56Z"
Restrict the result set to activities performed by the supplied actor IIBAN (16-char alphanumeric in 4x4 groups).
"ABCD EFGH IJKL MNOP"
Response
Page of task activities matching the requested filters.