Skip to content

Download an uploaded file by secret and filename

GET
/api/v4/projects/{id}/uploads/{secret}/{filename}

Downloads an uploaded file with a specified secret and filename. You must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the project.

id
required
One of:
string

The ID or URL-encoded path of the project

secret
required
string

The 32-character secret of a project upload

filename
required
string

The filename of a project upload

OK

Bad Request

Unauthenticated

Not found