GET
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
file
Read a file from a box
curl --request GET \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/file

Path Parameters

project
string
required

Project name

name
string
required

Box name

Query Parameters

path
string
required

File path in the box

Response

File content (binary)