-
Notifications
You must be signed in to change notification settings - Fork 0
list_flows
Kelly Ferrone edited this page Sep 12, 2026
·
1 revision
Every flow this session can run.
| MCP tool | list_flows |
| HTTP | POST /flows/list |
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.
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
session |
string | no | — | Whose library. Defaults to the caller's session name if the request carries one, else the shared 'global' library. |
| Field | Type | Notes |
|---|---|---|
session |
string | |
count |
integer | |
flows |
array |
| 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.
MCP
list_flows()
HTTP
curl -X POST $SELENIUM_FLOW/flows/list \
-H "Authorization: Bearer $TOKEN" \
-H 'Content-Type: application/json' \
-d '{
"session_id": "…"
}'The action pages are generated from openapi.yaml, which is itself generated from the live MCP tool schemas — so they describe the server that shipped, not the one someone remembered. Prose belongs in wiki-notes/<tool>.md in the repo.
selenium-flow · MIT
Start here
Guides
Lifecycle
Going places
Doing things
Getting things out