Skip to content

list_flows

Kelly Ferrone edited this page Sep 15, 2026 · 3 revisions

list_flows

Every flow this session can run.

MCP tool list_flows
HTTP GET /flows

Its own, plus the shared global library. A flow of its own wins a name collision, and each entry says which library it came from.

Parameters

This action takes no parameters.

Every call names its session: an X-Session-Key header, or ?session=<name>. Sending both is refused. See Sessions.

Returns

Field Type Notes
session string
count integer
flows array

Errors

Status Means
400 The request cannot succeed as sent — an unusable name, a flow that does not exist, a document that would not run, or a write aimed at the read-only shared library. Do not retry it unchanged.
401 Missing or wrong bearer token.
500 Something failed that this server did not expect.

Over MCP the same failures arrive as a tool error.

Example

MCP

list_flows()

HTTP

curl -X GET $SELENIUM_FLOW/flows \
  -H "Authorization: Bearer $TOKEN" \
  -H "X-Session-Key: $SESSION"

← All actions · Installing · Deployment

Clone this wiki locally