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
string
required
Browser session ID (UUID).
Example Request
Response
Success Response (200)
array
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.