Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
git
/
branches
/
{branch}
/
files
Error
A valid request URL is required to generate request examples
{
  "results": {
    "entries": [
      {
        "sha": "<string>",
        "size": 123,
        "type": "file",
        "path": "<string>",
        "name": "<string>"
      }
    ],
    "type": "directory"
  },
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://lightdash-work-with-ai-section-1771841038.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectUuid
string
required
branch
string
required

Query Parameters

path
string

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok