---
title: "List supported apps"
method: GET
path: "/phones/device-apps/supported"
tags: ["Phones"]
---

# List supported apps

`GET /phones/device-apps/supported`

Returns the apps the platform supports orchestration for, optionally filtered by platform + category. Platform admins see internal/unreleased apps too.

## Query parameters

- `platform` string — filter by platform
- `category` string — filter by app category

## Response `200`

OK

- PhoneSupportedPhoneAppsResponse
  - `phone_apps` PhonePhoneAppSummary[], nullable, required
    - `android_package_name` string, required
    - `app_metadata` object, required
    - `category` string, required
    - `create_date` string, date-time, required
    - `description` string, nullable, required
    - `icon_url` string, nullable, required
    - `id` string, required
    - `ios_app_store_id` string, nullable, required
    - `is_supported` boolean, required
    - `model_datasets` string[], nullable, required
    - `model_status` string, required
    - `model_trained_at` string, date-time, nullable, required
    - `name` string, required
    - `platform` string, required
    - `slug` string, required
    - `update_date` string, date-time, required
    - `version` string, nullable, required
  - `total` integer, required

## Other responses

- `default` — Error

---

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