Skip to main content
For AI agents: a documentation index is available at https://docs.coverbase.com/llms.txt. This page is also available in markdown by appending .md to the URL.

Export Report

GET
GET /v1/export/{report_name}
Retrieves the data for the specified report.

Path parameters

string
required
The unique identifier of the report.

Query parameters

integer
The maximum number of JSON objects to return in the data array.
integer
The number of records to skip before starting to return data.
string
Case-insensitive substring filter on the supplier/vendor name. Applies to vendor-based reports (for example, the all-suppliers report); ignored for other base objects. total_count reflects the filtered result.

Example request

Example response

Response fields

string
Unique Coverbase export report ID.
string
Unique string used in the API endpoint URL.
string
Display name for the report.
string
The object each record in data represents (for example, vendor or assessment).
object
Mapping between Coverbase field names and the field names exported in the JSON objects.
array
Array of JSON objects. Each object represents one base_object and contains field names specified by the values in the mapping object.
integer
The maximum length of the data array.
integer
The number of records skipped before the system began returning records.
integer
Total number of base objects in Coverbase.
Need help? Email support@coverbase.ai.