list_documents
Retrieve and manage a paginated list of documents with details like status, sender, recipient, and creation date. Filter by search terms, sender, recipient, labels, or date ranges for efficient document navigation.
Instructions
Retrieve a paginated list of documents available in your My Documents section. This API fetches document details such as status, sender, recipient, labels, transmission type, creation date, and modification date, with options for filtering and paginated navigation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
brandIds | No | Optional. Filters documents based on associated brand IDs. Only documents linked to the specified brands will be retrieved. | |
dateFilterType | No | Optional. Type of date filter applied to documents. Available options: 'SentBetween' and 'Expiring'. | |
endDate | No | Optional. End transmit date range of the document. The date should be in a valid date-time format. | |
labels | No | Optional. Labels associated with documents. Used to filter the list by specific document tags. | |
nextCursor | No | Optional. Cursor value for pagination beyond 10,000 records. Set to the cursor of the last retrieved document. | |
page | No | Required. The page number to retrieve, starting from 1. Used for pagination to navigate through the list of available documents. | |
pageSize | No | Optional. The maximum number of documents to display per page. Defaults to 10 but can be set between 1 and 100. | |
recipients | No | Optional. Filter documents by signer email addresses. One or more signer email IDs can be specified. | |
searchKey | No | Optional. A search term used to filter the document list. The API will return documents matching details like document title, document ID, sender name, or recipient name. | |
sentBy | No | Optional. Filter documents by sender email addresses. One or more sender email IDs can be specified. | |
startDate | No | Optional. Start transmit date range of the document. The date should be in a valid date-time format. | |
status | No | Optional. Filter documents based on their current status. Available statuses include 'WaitingForMe', 'WaitingForOthers', 'NeedAttention', 'Completed', 'Declined', 'Revoked', 'Expired', 'Scheduled', and 'Draft'. Use 'None' to disable status filtering. | |
transmitType | No | Optional. Type of transmission. Can be 'Sent', 'Received', or 'Both'. | Both |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from boldsign
Related Tools
- @askme765cs/open-docs-mcp
- @xinthink/reader-mcp-server
- @Vortiago/mcp-outline
- @gabornyergesX/mcp-notion-server
- @awkoy/notion-mcp-server
- @gemini-dk/mcp-server-firebase