New services
Explore Plans
Mobile menu Close menu
put.ioput.io

List Files

This query returns a list of files in users account.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of files in users account.
API endpoint slug
putio.list_files
Runtime method
performQuery("putio.list_files")

Query fields

Parent ID Text input > Other

Label
Parent folder
Helper text
Integer ID of the folder. Root folder is always 0.
Slug
parent_id
Required
false
Can have default value
true

Ingredients

Created atDate and time event was created.

Slug
created_at
Filter code
Putio.listFiles.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Download URLFiles can be downloaded from this link.

Slug
download_url
Filter code
Putio.listFiles.DownloadUrl
Type
File URL
Example
https://api.put.io/v2/files/123456/download?oauth_token=XXXXXX

NameName of the finished transfer.

Slug
name
Filter code
Putio.listFiles.Name
Type
String
Example
Big Buck Bunny

View URLFiles can be viewed from this link.

Slug
view_url
Filter code
Putio.listFiles.ViewUrl
Type
Web URL
Example
https://app.put.io/files/123456

File IDID of the transferred file or folder.

Slug
file_id
Filter code
Putio.listFiles.FileId
Type
String
Example
123456