Lists file and directory entries under a repository path at a given revision, with optional breadth-first recursion via max_depth for repository traversal and scanning. Fails if the path points to a file rather than a directory.
qstringFilter query string using Bitbucket's REST API filtering syntax to narrow results.
pageintegerPage number for paginated results (starts from 1).
pathstringDirectory path within the repository to list. Use empty string for root. Must be a directory, not a file.
sortstringField name for sorting results. Prefix with '-' for descending order.
commitRequiredstringCommit hash, branch name, or tag to list paths from. Determines the revision to traverse.
pagelenintegerNumber of entries per page (1-100). Controls pagination size.
max_depthintegerMaximum depth for breadth-first recursive directory traversal. If specified, includes nested subdirectories up to this depth.
repo_slugRequiredstringRepository slug or UUID (typically URL-formatted name).
workspaceRequiredstringWorkspace ID or UUID (often username or team name) containing the repository.
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
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.