Skip to main content
Solved

Is /accounts/{{accountId}}/reports/report_results_csv a supported endpoint?

  • February 14, 2025
  • 3 replies
  • 67 views

Forum|alt.badge.img+1
  • New Voice
  • 1 reply

Hello, 

This endpoint is listed on Docusign’s postman workspace, however I see no documentation for it. Is this a supported endpoint? 

Thank you!

Best answer by JohnSantos

@SaaS 

That does not look like a supported endpoint in the DocuSign eSignature REST API.

For generating and retrieving reports, DocuSign provides the following supported endpoints:

POST /v2.1/accounts/{accountId}/reports – Run a report.
GET /v2.1/accounts/{accountId}/reports/{reportId} – Retrieve report data.
GET /v2.1/accounts/{accountId}/reports – Get a list of available reports.

If you are looking for CSV output, you may need to extract the report data and manually convert it into CSV format. Alternatively, the DocuSign Admin Console allows you to download reports in CSV format.

3 replies

JohnSantos
Guru
Forum|alt.badge.img+19
  • Guru
  • 1076 replies
  • Answer
  • February 14, 2025

@SaaS 

That does not look like a supported endpoint in the DocuSign eSignature REST API.

For generating and retrieving reports, DocuSign provides the following supported endpoints:

POST /v2.1/accounts/{accountId}/reports – Run a report.
GET /v2.1/accounts/{accountId}/reports/{reportId} – Retrieve report data.
GET /v2.1/accounts/{accountId}/reports – Get a list of available reports.

If you are looking for CSV output, you may need to extract the report data and manually convert it into CSV format. Alternatively, the DocuSign Admin Console allows you to download reports in CSV format.


Forum|alt.badge.img+1
  • Author
  • New Voice
  • 1 reply
  • February 14, 2025

Thanks ​@JohnSantos. I don’t see those routes in the API docs either. Is it common to have supported APIs that aren’t documented?


JohnSantos
Guru
Forum|alt.badge.img+19
  • Guru
  • 1076 replies
  • February 14, 2025

@SaaS 

The endpoint /accounts/{accountId}/reports/report_results_csv is indeed a supported part of the DocuSign eSignature REST API v2.1. It allows you to programmatically retrieve specific reports in CSV format. While detailed documentation for this specific endpoint might not be prominently featured, it is available in the official DocuSign SDKs and the public Postman collection.