action bitbucket_get_repositories_workspace_repo_slug_commit_commit_statuses_buil { label: "Get a build status for a commit" description: "Returns the specified build status for a commit." provider: bitbucket method: GET path: "/repositories/{workspace}/{repo_slug}/commit/{commit}/statuses/build/{key}" encoding: json output: { type: "object" } }