-
Notifications
You must be signed in to change notification settings - Fork 0
session_files
Every file this session has.
| MCP tool | session_files |
| HTTP | GET /files |
The browser's downloads and the session's kept files as one list, newest first, each entry saying which it is. A name in both resolves to the kept one. Works after the browser is gone, returning the kept files alone.
This action takes no parameters.
Every call names its session: an X-Session-Key header, or ?session=<name>.
Sending both is refused. See Sessions.
| Field | Type | Notes |
|---|---|---|
component |
string | |
session |
string | The session these files belong to. |
count |
integer | |
files |
array |
| Status | Means |
|---|---|
400 |
The request cannot succeed as sent — an unusable name, or a server with no FLOW_DATA_DIR to keep files in. Do not retry it unchanged. |
401 |
Missing or wrong bearer token. |
404 |
No such browser session, or no such file in it. It ended, the Grid reaped it, or the id was never real. |
500 |
Something failed that this server did not expect. |
503 |
The Grid could not serve this — unreachable, or failing. Worth retrying after a wait. |
Over MCP the same failures arrive as a tool error.
MCP
session_files()
HTTP
curl -X GET $SELENIUM_FLOW/files \
-H "Authorization: Bearer $TOKEN" \
-H "X-Session-Key: $SESSION"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