Skip to main content

Get JSON report

GET https://api.digicert.com/reports/v1/report/{{report_identifier}}/{{report_run_identifier}}/json

Use this endpoint to get a JSON response with the results of a report run. To use this API, the report must be configured to generate JSON reports.

Important

If the response is larger than 2 MB, the request automatically downloads a .zip file containing a JSON file with the report data.

Response format

This endpoint returns a list of JSON objects. Each object represents a single row in the report. In each object, the key represents the name of the column, and the value is the value of that column in a given row.

Example requests and responses

Path parameters

Name

Req/Opt

Description

report_identifier

required

report_run_identifier

required