GET /:fileId

Download a consumer-uploaded file from a Pull. This is the download_url returned on each FileUpload in a FILE_UPLOAD answer field.

By default the endpoint responds with a 302 redirect to a short-lived, signed URL where the file bytes are hosted. Send an Accept: application/json header to receive that signed URL in a JSON body instead. See the Downloading Files guide for details.

Path Params
uuid
required

ID of Team

uuid
required

ID of Pull that the file belongs to

uuid
required

ID of the answer the file was uploaded to

uuid
required

ID of the file to download

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*