Skip to main content
GET
/
api
/
projects
/
{project_id}
/
files
/
{file_path}
Get Project File
curl --request GET \
  --url https://api.example.com/api/projects/{project_id}/files/{file_path}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

project_id
string
required
file_path
string
required

Response

Successful Response