Skip to main content

Duplicate Custom Report

POST 

/api/v2/custom-reports/:id/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).

Required scope: reports:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request body:

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

Returns 201 with the new custom report object.

Request

Responses

Successful response