---
title: "List files"
method: GET
path: "/v1/sessions/{sessionId}/files"
tags: ["Files"]
---

# List files

`GET /v1/sessions/{sessionId}/files`

List all files from the session in descending order.

## Path parameters

- `sessionId` string, required

## Response `200`

Default Response

- MultipleFiles
  - `data` object[], required — Array of files for the current page
    - `lastModified` string, date-time, required — Timestamp when the file was created
    - `path` string, required — Path to the file in the storage system
    - `size` number, required — Size of the file in bytes

## Other responses

- `401` — An error response from the API
- `404` — An error response from the API
- `409` — An error response from the API
- `500` — An error response from the API

---

[API](https://skmtc.net/steel-dev/apis/steel-api.md) · [All operations](https://skmtc.net/steel-dev/apis/steel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steel-dev/steel-api/versions/2248d956188a/schema)
