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

# List supported apps

`GET /phones/apps/supported`

Returns the apps the platform supports orchestration for, optionally filtered by platform and category.

## Query parameters

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

## Response `200`

OK

- PhoneSupportedAppsResponse — Supported device applications.
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `phone_apps` PhoneAppSummary[], nullable, required — List of supported app records.
    - `android_package_name` string, required — Android package name.
    - `app_metadata` object, required — Additional app metadata.
    - `category` string, required — App category.
    - `created_at` string, date-time, required — When the app record was created.
    - `description` string, nullable, required — Short app description.
    - `icon_url` string, nullable, required — App icon URL.
    - `id` string, required — App identifier.
    - `ios_app_store_id` string, nullable, required — App Store identifier for the iOS app.
    - `is_supported` boolean, required — Whether automation is supported for this app.
    - `model_datasets` string[], nullable, required — Vision datasets available for this app.
    - `model_status` string, required — Training status of the app's vision model.
    - `model_trained_at` string, date-time, nullable, required — When the app's vision model was last trained.
    - `name` string, required — Human-readable app name.
    - `platform` 'android' | 'ios' | 'both', required — Platform availability of the app.
    - `slug` string, required — URL-safe short name for the app.
    - `updated_at` string, date-time, required — When the app record was last updated.
    - `version` string, nullable, required — App version, when tracked.
  - `total` integer, required — Total number of supported apps.

## Other responses

- `default` — Error

---

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