Skip to main content
Flows are the visual automation building blocks of ChatbotX, defining how your chatbot responds to messages across every connected channel. Use this endpoint to retrieve all flows in your workspace. You can paginate through the results and filter by keyword to find a specific flow by name.
GET /api/v1/flows

Query Parameters

integer
The page number to retrieve. Must be 1 or greater. Defaults to 1.
integer
Number of flows to return per page. Must be 1 or greater.
string
Filter flows by name. Returns all flows whose name contains the provided keyword (case-insensitive).

Code Examples

Response

Returns 200 OK with a data array of flow objects.

Response Fields

array
required
Array of flow objects belonging to the workspace.

Example Response