---
title: "List available apps"
method: GET
path: "/api/app_store/list"
tags: ["AppStore"]
---

# List available apps

`GET /api/app_store/list`

List available apps

## Response `200`

OK

- AppStoreSchema
  - `applications` Application[]
    - `cta` CTA
      - `text` string, required
      - `url` string, required
    - `description` string, required — A brief description of the application.
    - `file_classes` FileClass[]
      - `description` string
      - `name` string, required
    - `heron_id` string, required
    - `image` string, url — URL to the application's logo
    - `integrations` string[]
    - `is_enabled` boolean, required
    - `name` string, required — The name of the application.
    - `priority` integer, required
    - `tags` string[]
    - `type` 'enricher' | 'integration' | 'ingestion' | 'parser' | 'check' | 'analytics' | 'workflow', required — The type of the application.
    - `use_cases` string[]

---

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