File Operations
Download multiple files
POST
/
download_files
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
file_names
string[]
An array of file names to download.
run_id
string
The ID of the flow run associated with the files.
user_id
string
The user ID associated with the files. Required if project_id is not provided.
project_id
string
The project ID associated with the files. Required if user_id is not provided.
saved_item_id
string
Optional. The saved item ID associated with the files.
Response
200 - application/zip
The response is of type file
.