Skip to main content
GET
/
boxes
/
{boxId}
/
artifacts
Download a Box artifact
curl --request GET \
  --url https://ascii.dev/api/box/v1/boxes/{boxId}/artifacts \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Box API key in the form box_.... Create and rotate keys in the Box dashboard or through the v1 API key endpoints.

Path Parameters

boxId
string
required

Public Box id returned by create/list/get box calls.

Pattern: ^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$

Query Parameters

path
string
required

Response

200 - application/octet-stream

Artifact bytes.

The response is of type file.