Get a report
This endpoint retrieves a report by its unique identifier (`reportId`). It provides detailed information about the report, including its name, URL, path, and other metadata.
### Usage notes
- The **reportId** parameter must be a valid UUID that uniquely identifies the report. Invalid or nonexistent IDs return an error. Retrieve the **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) endpoint.
### Usage scenarios
- **Report search**: Allows users to view all of their reports and locate a specific one, as well as filter by criteria such as if it is archived.
- **Data retrieval**: Developers can use this endpoint to programmatically retrieve details about a specific report to display its content or metadata in a custom user interface.
- **Integration**: Use this endpoint for integrations where other systems need to fetch report details based on an ID provided through another interface or workflow.
### Best practices
- Validate the **reportId** on the client side before making a request to avoid unnecessary server load caused by invalid requests.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
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

