List all fields
Retrieves all fields associated with a specific envelope.
This endpoint is typically used after an envelope has been created or sent, allowing you to inspect the full structure of interactive elements — including signature blocks, text inputs, checkboxes, dropdowns, and more. These fields define the recipient interaction layer across each document in the envelope.
Each returned field object includes metadata about its type, position, size, styling, and the recipient it is assigned to. The recipient_id
is especially critical in multi-recipient workflows, where each participant may have different signing responsibilities.
If a field was created without an explicit id
during envelope creation, one will be generated automatically.
Parameters
The unique identifier of the envelope whose fields you want to retrieve.