---
title: "List apps"
method: GET
path: "/v2/apps"
tags: ["appManagementV2"]
---

# List apps

`GET /v2/apps`

List all apps from the App Catalog.

## Query parameters

- `name` string
- `author` string

## Response `200`

List of apps.

- ListAppsV2Response — List of all apps from the apps
  - `apps` AppV2[], required — An array of apps.
    - `uuid` string, required — UUID of the app.
    - `name` string, required — Name of the app.
    - `description` string, required — Description of the app.
    - `latestVersion` string, required — Latest version of the app.
    - `icon` string, required — URL of the icon for the app.
    - `author` string, required — Author of the app.
    - `accountTypes` string[], required — Account types of which the app is available to.
    - `beta` boolean, required — Whether the app is in beta.
    - `installs` integer — Number of times the app was installed.
    - `attributes` object, required — A map of attributes for this app. Attributes allow to group apps based on different criteria.
    - `installable` boolean, required — Whether the app is installable or not as not all apps are installable.
    - `showOnMarketplace` boolean, required — Whether the app should show up on sumologic.com/applications webpage.
    - `modifiedAt` string, date-time — The timestamp in UTC of the most recent modification of the app.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
