Get file information

View as MarkdownOpen in Claude
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

inodeIdstringRequired

Response

The response body.
idstring
urlIdstring
namestring
typeenum
parentIdstring
parentUrlIdstring
permissionenum
pathstring
badgestring or null
isArchivedboolean
createdBystring
The identifier of the user who created this object.
updatedBystring
The identifier of the user or process that last updated this object.
createdAtdatetime
When the object was created.
updatedAtdatetime
When the object was last updated.
descriptionstring
ownerIdstring or null
parentSourceUrlIdstring

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.