Skip to main content
POST
Duplicate a report

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
report_id
string<uuid>
required

Body

application/json
name
string | null

Optional display name for the duplicate report. Defaults to ' (copy)' when omitted.

Response

Successful Response

success
boolean
default:true
data
ReportResponse · object | null

Full report record including all pages and their widgets.