---
title: "List file assets"
method: GET
path: "/v6/files"
tags: ["Files"]
---

# List file assets

`GET /v6/files`

Returns a paginated list of file assets for the authenticated client. Filter by `name`, `statuses`, `tags`, or `user_id`. Results are ordered by creation date descending. Default page size is 100.

## Query parameters

- `name` string
- `user_id` string
- `tags` string[]
- `statuses` string[]
- `limit` integer
- `offset` integer

## Response `200`

List of file assets matching the filter criteria.

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid access token.
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
