action runscope_get_buckets_bucket_key_environments { label: "Returns list of shared environments for a specified bucket." provider: runscope method: GET path: "/buckets/{bucketKey}/environments" encoding: json output: { type: "object" additionalProperties: true } }