get_directory_listing
List files and directories at a given path in a Bitbucket Server repository. Specify project key, repo slug, path, and optional branch or commit reference.
Instructions
List files and directories at a given path in a Bitbucket Server repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | The commit hash, branch name, or tag (e.g., refs/heads/main) | |
| path | No | The directory path (empty string for root) | |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) |