List report history
GET https://api.digicert.com/reports/v1/report/history
Use this endpoint to get details about scheduled reports and individual report runs.
Example requests and responses
URL query parameters
You can filter, sort, and paginate the results for this endpoint by using URL query strings.
To use multiple filters, append the query string for each filter to your request. For example, the filters in this request limit the results to order reports that run on a monthly schedule:
https://api.digicert.com/reports/v1/report/history?report_type=orders&schedule=MONTHLY
To create a filter that accepts multiple values, provide a comma-separated list of each value that meets your filter criteria. For example, the filters in this request limit the results to reports with:
A display name of
test
orexample
.A status of
FAILED
orREADY
.
https://api.digicert.com/reports/v1/report/history?report_display_name=test,example&status=FAILED,READY
Name | Req/Opt | Type | Description |
---|---|---|---|
offset | optional | integer | Zero-based offset index for the first record to include in the response. Must be greater than or equal to 0. Default: |
limit | optional | integer | Number of records to include in the response. Must be a positive integer. Default: |
report_display_name | optional | string | Filters results by report display name. |
schedule | optional | string | Filters results by report schedule. Possible values: |
status | optional | string | Filters results by report status. Possible values:
|
report_type | optional | string | Filters results by report type. Possible values: See List report types. |
search | optional | string | Searches reports by display name. The response includes reports with a For example, searching for the string |
sort_by | optional | string | Parameter by which to sort results. Possible values:
Default: |
sort_direction | optional | string | Sort direction. Use Default: |
language_id | optional | integer | ID of the language to use for the string returned in the Allowed values: See Glossary - Locale codes Default: English ( |
Response parameters
Name | Type | Description |
---|---|---|
page | object | Object with pagination details. |
.. total | integer | Total number of reports. |
.. limit | integer | Number of reports in the results. |
.. offset | integer | Zero-based offset index of the first record in the results. |
report_history | array of objects | List of objects. Each object contains details for a scheduled report or an individual report run. |
.. report_display_name | string | Report display name. |
.. report_identifier | string | Report ID (UUID). |
.. report_run_identifier | string | Report run ID (UUID). If the |
.. created_by_user_id | string | ID of the user that created the report. |
.. created_date | string | Report creation date and timestamp in UTC. Format: |
.. created_by_user_name | string | Username of the user that created the report. |
.. report_type | string | Report type. Possible values: See List report types. |
.. report_type_display_name | string | Report type display name. To get this value in a language other than English, use the |
.. report_start_date | string | For individual report runs, the date and time (UTC) the report run started. For scheduled reports, the starting date and time of the next report run. Format: |
.. report_end_date | string | Date and time (UTC) the report run finished. Only returned for completed report runs ( Format: |
.. schedule | string | Frequency of report creation. Possible values: |
.. format | array of strings | List of filetype formats in which you can download the results of a report run. |
.. status | string | Report status. Possible values: |
.. manually_triggered | boolean | If true, a user initiated this report run manually by submitting an API request or using the CertCentral console. Otherwise, the report library service initiated the report run automatically, in accordance with the report's schedule. |
.. split_report_count | integer | Number of files the report run is split into. For report runs that do not exceed the maximum number of rows per file, returns |