# Report

* Clones the requested report identified by its unique ID with the provided details.
* Deletes an existing Power BI report identified by its unique ID.
* Method to Unshare the Report to sharedWith user
* Method to get users for sharing a report.
* Retrieves a list of reports or paginated reports based on the specified type.
* Retrieves a list of shared reports or paginated reports for the calling user for specified tenant.
* Retrieves details of a specific report identified by its unique ID.
* Saves the Power BI report identified by its unique ID into the application.
* Share the requested report to the specified user.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maqsoftware.gitbook.io/embedfast-technical-documentation/resources/user-api-documentation/report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
