List Session Files
Session Files
List Session Files
List files uploaded to the session.
GET
List Session Files
Overview
Returns every file currently present in the session’s uploads directory, in no guaranteed order. Uploaded files persist for the life of the session and can be referenced by name inuploadFile task actions.
Path Parameters
Browser session ID (UUID).
Example Request
Response
Success Response (200)
Array of uploaded file records. Each entry contains:
filename(string) — name in the uploads directory.size(integer) — size in bytes.uploadedAt(string) — ISO 8601 timestamp of the upload.
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |