List files in an Uploadcare project with pagination and optional filtering. Use this tool to retrieve uploaded files. Supports filtering by storage status, removal status, and date range. Results are paginated with optional ordering.
limitintegerNumber of files to return per page (1-1000). Defaults to 100 if not specified.
offsetintegerPagination offset, zero-based.
storedstringFilter by storage status ('true' or 'false').
includestringInclude total file count in the response by specifying 'total'.
removedstringFilter by removal status ('true' or 'false').
to_datestringReturn files uploaded before this ISO 8601 datetime.
orderingstringSort order for results. Use 'datetime_uploaded' for ascending or '-datetime_uploaded' for descending order by upload date.
from_datestringReturn files uploaded after this ISO 8601 datetime.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.