v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBAttachments
List signing requests
Returns a list of signing requests. Uses cursor pagination. Optionally filter by attachment IDs.
get/attachments/signing-requests
Query parameters
limitinteger
Example:25
Number of signing requests to return per page (min: 1, max: 50, default: 25).
cursorstring
Opaque cursor string for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.
modifiedSincestring date-time
Filter signing requests modified on or after this date. Useful for incremental synchronization. Defaults to the beginning of time if not provided.
attachmentIdsstring[]
Filter signing requests to those that reference at least one of the given attachment IDs.
[ "attachment-123", "attachment-456" ]
Response
Successfully retrieved signing requests. Returns items with pagination info containing the cursor for the next page.