Skip to main content

Endpoint

Authentication

This endpoint requires authentication via API key. Include your API key in the X-API-Key header:

Path Parameters

Request Example

Response

Success Response

Status Code: 200 OK

Response Fields

Document Object Fields

Error Responses

401 Unauthorized

Returned when authentication fails. See the authentication errors section for details.

404 Not Found

Returned when the task doesn’t exist or you don’t have access to it.

500 Internal Server Error

Returned when the request fails due to a server error.

Notes

This endpoint returns signed documents from all signature steps within the task. The total field reflects the count of documents in the response.
Presigned download URLs expire after a certain time (indicated by expires_at on each document). Download the files before the URLs expire or request new URLs.
Use the step_name field to identify which signature step each document belongs to, especially when a workflow contains multiple signing steps.

Use Cases

This endpoint is useful for:
  • Post-signing retrieval - Download fully executed contracts after all parties have signed
  • Document archival - Save signed documents to long-term storage or a contract management system
  • Audit trails - Verify which documents were signed as part of a workflow
  • Integration - Sync signed contracts with ERP, CRM, or document management platforms