Get version history for a report
Get version history for a report given the reportId. If the version history contains any tagged versions, the response includes information about those tags.
### Usage notes
- Retrieve the **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) endpoint.
### Usage scenarios
- **Audit and compliance**: Demonstrate the history of changes to a report for audit and compliance purposes.
- **Restoring previous versions**: Locate a prior version to compare against or restore after an unwanted change.
### Best practices
- Validate the **reportId** before making a request to avoid invalid requests.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
Query parameters
pageToken
pageSize
Response
The response body.
entries
Array of results returned by the endpoint
nextPageToken
A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results.
Must be treated as an opaque string.

