Skip to main content

Duplicate Custom Report

POST 

/api/v2/custom-reports/1/duplicate

Create a personal copy of a report. The duplicate is always owned by the authenticated caller with visibility='private' regardless of the original's visibility. Works on shared reports too (lets a user fork a shared report into their own workspace).

Request body:

  • name (string, required, max 255): Name for the new copy

Returns 201 with the new CustomReportResource.

Request

Responses

Successful response