action circuitsandbox_get_flag_item_conv { label: "Gets a list of the flagged messages" description: "Gets a list of all the messages the authenticated user has flagged. This endpoint should be used carefully in case where the authenticated user has a lot of flagged messages.\nOauthScopes: READ_CONVERSATIONS" provider: circuitsandbox method: GET path: "/conversations/messages/flag" encoding: json output: { type: "object" additionalProperties: true } }