Skip to main content
GET
/
v1
/
connect
/
{project_id}
/
file_stash
/
download
cURL
curl --request GET \
  --url https://api.pipedream.com/v1/connect/{project_id}/file_stash/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Pattern: ^proj_[a-zA-Z0-9]+$

Query Parameters

s3_key
string
required

The S3 key for the file to download

Pattern: ^1day\/[^\/]+\/[^\/]+\/[^\/]+\/u\/.*$

Response

file contents

The response is of type file.