List the tax forms of the worker resolved from the access token, ordered by creation date descending, using cursor pagination (limit + cursor). Each item contains the resource fields (id, created_at, updated_at, client_legal_entity_id, pdf_url) and the full form data in the same public shape the create endpoint accepts; the fields present depend on the item's form_type. Each form appears once, carrying its current data. Tax identification numbers are unmasked because the authenticated worker owns the data.
**Token scopes**: `worker:read`
Response
A page of the worker's tax forms.
datalist of objects
The worker's tax forms, newest first.
has_moreboolean
Whether more tax forms exist beyond this page.
next_cursorstring or null
Cursor to pass as the cursor query parameter to fetch the next page. Null when has_more is false.
total_countinteger
Total number of the worker's tax forms across all pages.