Returns a flat, paginated list of all tokens (root and attenuated) the
caller owns. Each item carries lineage fields (parent_token_id,
root_token_id, kind) so callers can reconstruct the derivation tree.
Admins with global scope see all tokens across all users.
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Maximum number of items to return (1-100, default 50).
Number of items to skip (default 0).
Token list with lineage
Paginated list response with offset-based navigation metadata.
All list endpoints return this shape. Use offset and limit query
parameters to page through results; total reports how many items
match the query across all pages.