Lists branches in a Bitbucket repository with optional server-side filtering by name pattern (BBQL) and sorting. Use when you need to discover available branches, search for specific branch patterns, or navigate repository branch structure.
qstringQuery string using Bitbucket Query Language (BBQL) to filter branches. Syntax: 'field operator value'. Operators: '=' (exact match), '~' (contains substring), '!=' (not equal). String values MUST be enclosed in double quotes. Common use case: filter by branch name pattern using…
pageintegerPage number for paginated results (starts from 1).
sortstringField for sorting branch results. Prefix with '-' for descending order. Common sortable fields: 'name', 'target.date' (commit date). Default sorting applies natural sorting for branch names with numeric values.
pagelenintegerNumber of branches per page (1-100). Bitbucket default is typically 10 if not specified.
repo_slugRequiredstringThe slug or UUID of the repository. This is usually the repository's name in URL-friendly format.
workspaceRequiredstringThe workspace ID or slug that owns the repository. This can typically be found in the URL of your Bitbucket workspace.
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.