Skip to main content
POST
Create report from template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for creating a report from a pre-built template.

template_id
string<uuid>
required

UUID of the report template to clone.

name
string
required

Display name for the newly created report.

Required string length: 1 - 255
description
string | null

Optional description for the newly created report.

Response

Successful Response

success
boolean
default:true
data
ReportResponse · object | null

Full report record including all pages and their widgets.