---
title: "List Available Apps"
method: GET
path: "/api/apps/list-available/{source_kind}"
---

# List Available Apps

`GET /api/apps/list-available/{source_kind}`

List available apps (including not installed).

## Path parameters

- `source_kind` 'hf_space' | 'dashboard_selection' | 'local' | 'installed', required — Kinds of app source.

## Response `200`

Successful Response

- AppInfo[]
  - `name` string, required
  - `source_kind` 'hf_space' | 'dashboard_selection' | 'local' | 'installed', required — Kinds of app source.
  - `description` string
  - `url` string, nullable
  - `extra` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/versions/9843f2902e88/schema)
