---
title: "List or read files"
method: GET
path: "/api/v1/files"
tags: ["Files"]
---

# List or read files

`GET /api/v1/files`

## Query parameters

- `cursor` string
- `limit` integer
- `sort` 'createdAt' | 'updatedAt' | 'name'
- `order` 'asc' | 'desc'
- `fileId` string
- `projectId` string
- `kind` string
- `parentId` string
- `conversationId` string
- `outputType` string
- `type` string
- `summary` 'true' | 'false' | '1' | '0'

## Response `200`

Successful response. Stable response schemas are documented in workflow guides when available.

- unknown

## Other responses

- `400` — Invalid request.
- `401` — Missing or invalid authentication.
- `500` — Unexpected server error.

---

[API](https://skmtc.dev/layernorm/apis/overlay-web-api.md) · [All operations](https://skmtc.dev/layernorm/apis/overlay-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/layernorm/overlay-web-api/revisions/a64546f5bde3/schema)
