The unique identifier for the folder whose files are to be listed.
onlyarray
Array of information to restrict to. Overrides include[]. Supported values: 'names' (only returns file name information).
pagestring
Page number or bookmark token for pagination. Use the next_page value from a previous response to fetch subsequent pages.
sortstring
Allowed sort fields for listing files.
orderstring
Allowed sort order values.
includearray
Array of additional information to include. Supported values: 'user' (the user who uploaded the file or last edited its content), 'usage_rights' (copyright and license information for the file).
per_pageinteger
Number of files to return per page (max 100).
search_termstring
The partial name of the files to match and return.
content_typesarray
Filter results by content-type. You can specify type/subtype pairs (e.g., 'image/jpeg'), or simply types (e.g., 'image', which will match 'image/gif', 'image/jpeg', etc.).
exclude_content_typesarray
Exclude given content-types from your results. You can specify type/subtype pairs (e.g., 'image/jpeg'), or simply types (e.g., 'image', which will match 'image/gif', 'image/jpeg', etc.).
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not