action bitbucket_get_addon_linkers_linker_key_values_value_id { label: "Get a linker value" description: "Get a single [linker](/cloud/bitbucket/modules/linker/) value\nof the authenticated application." provider: bitbucket method: GET path: "/addon/linkers/{linker_key}/values/{value_id}" encoding: json output: { type: "object" additionalProperties: true } }