Skip to main content
POST
Download multiple files

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

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

Files downloaded successfully as a zip

The response is of type file.