action reverb_get_my_conversations { label: "Get a list of your conversations" description: "Get a list of your conversations" provider: reverb method: GET path: "/my/conversations" encoding: json input: { type: "object" properties: { offset: { type: "integer" } page: { type: "integer" } per_page: { type: "integer" } search: { type: "string" } unread_only: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }