Metadata endpoints

The metadata endpoints can be used to list all reports and retrieve report details such as row and column selections. It also allows to get a list of all the report files for a specific report. The data format is application/json.

Get Reports

Use this endpoint to list reports.
GET /reports

Get Report

Use this endpoint to get a specific report details.
GET /reports/{reportId}

Get Report Files

Use this endpoint to list report files for a specific report.
GET /reports/{reportId}/files

Get Most Recent Report File

Use this endpoint to get the most recent report file details for a specific report.
GET /reports/{reportId}/files/recent

Get Report File

Use this endpoint to get a specific report file details.
GET /files/{reportFileId}