Skip to main content
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 in uploadFile 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.
Example Response:

Error Responses