---
title: "List Files"
method: GET
path: "/v1/apps/list"
tags: ["apps"]
---

# List Files

`GET /v1/apps/list`

List all non-deleted files belonging to the authenticated user's organization.
Excludes soft-deleted files (where deleted_at is not null).
Returns empty dict {} if no results found, or array of files with id, name, version, os.
Note: This endpoint does not include pre-signed download links. Use /v1/apps/{id} to get a single app with a download link.

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- union
  - object
  - object[]

## Other responses

- `422` — Validation Error

---

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