Skip to main content
Glama

list_recipients

Retrieve recipient details and signing status for a digital signature envelope to track progress and manage signers.

Instructions

List recipients of an envelope with their signing status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envelopeIdYesEnvelope UUID

Implementation Reference

  • The implementation of the `listRecipients` function which calls the `/api/envelopes/{envelopeId}/recipients` endpoint.
    export function listRecipients(creds, envelopeId) {
      return apiCall('GET', `/api/envelopes/${envelopeId}/recipients`, creds);
    }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidsimoes/digisign-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server