action bitbucket_get_addon_linkers { label: "List linkers for an app" description: "Gets a list of all [linkers](/cloud/bitbucket/modules/linker/)\nfor the authenticated application." provider: bitbucket method: GET path: "/addon/linkers" encoding: json output: { type: "object" additionalProperties: true } }