action reverb_get_my_negotiations_id { label: "Get offer details" description: "Get offer details" provider: reverb method: GET path: "/my/negotiations/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }