Skip to content

Download an uploaded file by ID

GET
/api/v4/projects/{id}/uploads/{upload_id}

Downloads an uploaded file with a specified ID. You must have the Maintainer or Owner role for the project.

id
required
One of:
string

The ID or URL-encoded path of the project

upload_id
required
integer

The ID of a project upload

OK

Bad Request

Unauthenticated

Not found