[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get All Project Files\n\nVersion 4.0.25.14 (latest)\n\n### Get All Project Files\n\nReturns a list of the files in the project\n\nRequest\n-------\n\nGET /projects/{project_id}/files \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nproject_id \nstring \nProject Id \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields\n\nResponse\n--------\n\n### 200: Project File\n\nDatatype \nDescription \n(array) \n[ProjectFile](/looker/docs/reference/looker-api/latest/types/ProjectFile)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nAn opaque token uniquely identifying a file within a project. Avoid parsing or decomposing the text of this token. This token is stable within a Looker release but may change between Looker releases \npath \n*lock* \nstring \nPath, file name, and extension of the file relative to the project root directory \ntitle \n*lock* \nstring \nDisplay name \ntype \n*lock* \nstring \nFile type: model, view, etc \nextension \n*lock* \nstring \nThe extension of the file: .view.lkml, .model.lkml, etc \nmime_type \n*lock* \nstring \nFile mime type \neditable \n*lock* \nboolean \nState of editability for the file. \ngit_status \n*lock* \n[GitStatus](/looker/docs/reference/looker-api/latest/types/GitStatus) \nStatus of the file according to git\nExpand GitStatus definition... \naction \n*lock* \nstring \nGit action: add, delete, etc \nconflict \n*lock* \nboolean \nWhen true, changes to the local file conflict with the remote repository \nrevertable \n*lock* \nboolean \nWhen true, the file can be reverted to an earlier state \ntext \n*lock* \nstring \nGit description of the action\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 403: Permission Denied\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Ruby"]]