action circuitsandbox_get_favorite_conversations { label: "Gets favorite conversations" description: "Gets the conversationIds which are marked as favorites.\nOauthScopes: READ_CONVERSATIONS" provider: circuitsandbox method: GET path: "/conversations/favorite" encoding: json output: { type: "object" additionalProperties: true } }