Array of information to restrict to. Overrides include[]. 'names': only returns file name information.
pagestring
Page token or number to fetch. Use the next_page value from a previous response to get the next page of results.
sortstring
Sort field options for file listing.
orderstring
Sort order options.
includearray
Array of additional information to include. 'user': the user who uploaded the file or last edited its content. 'usage_rights': copyright and license information for the file.
user_idstring
Required
The unique Canvas identifier for the user whose files are to be listed. Use 'self' for the current user.
per_pageinteger
Number of files to return per page. Canvas default is 10.
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