Get file information
Get information about a specific document or folder, such as a workbook, report, or data model.
### Usage notes
- Retrieve the **inodeId** by calling the [/v2/files](https://help.sigmacomputing.com/reference/list-files) endpoint and using the `id` included in the response.
- Retrieve the **inodeId** for a data model by calling the [/v2/members/{memberId}/files/recents](https://help.sigmacomputing.com/reference/list-recent-inodes) endpoint and using the `id` included in the response.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
inodeId
Response
The response body.
id
urlId
name
type
parentId
parentUrlId
permission
path
badge
isArchived
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.
description
ownerId
parentSourceUrlId
For a document deployed to a tenant organization, the urlId of the source document in the parent organization. Only present when the document was deployed from a parent organization. The source document can be a workbook, template, data model, dataset, or report.

