Flowise · Capability

Chat Messages

Chat Messages is a Naftiko capability published by Flowise, one of 13 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

chat-messages.yaml Raw ↑
name: flowise-chat-messages
description: |
  Read and bulk-delete chat messages associated with a chatflow. Supports
  filtering by chat type, chat ID, memory type, session ID, date range, and
  feedback flag.
provider: flowise
api: flowise
authentication:
  type: bearer
baseUrl: http://localhost:3000/api/v1
operations:
  - id: list-chat-messages
    method: GET
    path: /chatmessage/{id}
    summary: List all chat messages for a chatflow
  - id: delete-chat-messages
    method: DELETE
    path: /chatmessage/{id}
    summary: Delete all chat messages for a chatflow
tags:
  - Chat Messages
  - History
  - Memory