Skip to main content
Solved

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

  • February 14, 2025
  • 3 replies
  • 24 views

Forum|alt.badge.img+1

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.

View Original
Is this content helpful?

3 replies

JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 975 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
  • Newcomer
  • 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
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 975 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.