Skip to content

Report templates

A report template defines a report: its type, columns, filters, period, and schedule. Each time a report is built, a report run stores the parameters and the data of that build.

The REST API provides read-only access to report templates. To create or edit templates, use the web portal. See Report templates in the User Guide.

Endpoints

Request Description
GET /api/v2/reports.json List and search report templates
GET /api/v2/reports/<report-id>.json View a report template

See Report template attributes for a description of the object.