---
title: "Get Apps Endpoint"
method: GET
path: "/tail/apps"
tags: ["Tail"]
---

# Get Apps Endpoint

`GET /tail/apps`

## Response `200`

Successful Response

- AvailableAppsResponse
  - `availableApps` AvailableApp[], required — List of available applications.
    - `icon` string, nullable — URL of the application icon.
    - `displayName` string, required — Display name of the application.
    - `category` string, required — Category of the application (e.g., 'Productivity', 'Social').
    - `appName` string, required — Unique identifier for the application.
    - `status` 'Active' | 'In Review' | 'Not Accepted', required — Status of the application.
    - `appUrl` string, nullable — URL of the application.
    - `appDescription` string, nullable — A brief description of the application.

---

[API](https://skmtc.net/raccoonaihq/apis/raccoon-ai-api.md) · [All operations](https://skmtc.net/raccoonaihq/apis/raccoon-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raccoonaihq/raccoon-ai-api/revisions/cc64732da5aa/schema)
