action httpbin_get_get { label: "The request's query parameters." provider: httpbin method: GET path: "/get" encoding: json output: { type: "object" additionalProperties: true } }