List transfer history
List transfer history
Returns the tenant transfer state-transition history in keyset order (transitionedAt DESC). Optional filters: transferId, actorId, triggeredBy, and an inclusive from / exclusive to RFC3339 window. Hash-chain fields are never projected.
GET
List transfer history
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Opaque keyset pagination cursor from a prior response
Page size; clamped to [1,100] by the service (default 25)
Example:
25
Filter by transfer UUID
Example:
"018f3b2a-0c1d-7a2b-9e4f-1a2b3c4d5e6f"
Filter by actor id
Filter by trigger source
Example:
"SYSTEM"
Inclusive lower bound (RFC3339)
Example:
"2026-01-01T00:00:00Z"
Exclusive upper bound (RFC3339)
Example:
"2026-02-01T00:00:00Z"

