Clear chat conversation history
Clear the conversation history for a workflow's chat session. This resets the chat context, starting a fresh conversation.
JWT token for authentication
In: header
Path Parameters
Workflow ID
Response Body
application/json
application/json
curl -X DELETE "https://example.com/workflows/string/chat/messages"Validate workflow for Agent Spec export GET
Check if a FlowDrop workflow can be exported as Agent Spec. Returns validation errors and warnings without performing the export. Checks include: - Exactly one start node (terminal/trigger type) - At least one end node (terminal/output type) - Gateway nodes have branches defined - All nodes are reachable from start This checks Agent Spec export compatibility only. For general workflow validation before execution, see `POST /workflows/validate` under **Validation**.
Get chat conversation history GET
Retrieve the conversation history for a workflow's chat session. Returns an array of messages with role (user/assistant) and content.