Duplicate a report
This endpoint lets you duplicate an existing report. The report copy can be placed in a different folder from the original report, potentially with a different name and description.
### Usage notes
- The `reportId` parameter specifies the original report to be copied. Retrieve the **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) endpoint.
- The `destinationFolderId` in the request body specifies where to place the new report.
- To use the "My Documents" folder for a specific user as the destination folder, call the [/v2/members/{memberId}](https://help.sigmacomputing.com/reference/get-member) endpoint and use the `homeFolderId` included in the response.
- Retrieve the **folderId** of all folders by calling the [/v2/files](https://help.sigmacomputing.com/reference/list-files) endpoint and reviewing the `id` field in the response for files with a `type` of `folder`.
### Usage scenarios
- **Reuse report structure**: Use an existing report as a baseline to make changes to.
- **Backup**: Make a backup of a report before making significant changes.
### Best practices
- Always verify that the destination folder has the correct permissions set to avoid access issues.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
Request
The request body.
destinationFolderId
ID of the folder in which to place the copied report.
name
Name for the copied report as it appears in Sigma.
description
A description for the new report.
Response
The response body.
reportId
Unique identifier of the report.
reportUrlId
name
url
path
latestVersion
ownerId
createdBy
The identifier of the user who created this object.
updatedBy
The identifier of the user or process that last updated this object.
createdAt
When the object was created.
updatedAt
When the object was last updated.
isArchived
description

