Array of information to restrict to. Overrides include[]. '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
Sort field options for file listing.
orderstring
Sort order options.
includearray
Array of additional information to include. 'user' includes the user who uploaded the file or last edited its content.
group_idstring
Required
The unique Canvas identifier for the group whose files are to be listed.
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