action reverb_get_my_conversations_id { label: "Display conversation details with messages in natural time order (oldest to newest)" description: "Display conversation details with messages in natural time order (oldest to newest)" provider: reverb method: GET path: "/my/conversations/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }