action bitbucket_get_addon_linkers_linker_key { label: "Get a linker for an app" description: "Gets a [linker](/cloud/bitbucket/modules/linker/) specified by `linker_key`\nfor the authenticated application." provider: bitbucket method: GET path: "/addon/linkers/{linker_key}" encoding: json output: { type: "object" additionalProperties: true } }