---
title: "Get an app by UUID."
method: GET
path: "/v1/apps/{uuid}"
tags: ["appManagement"]
---

# Get an app by UUID.

`GET /v1/apps/{uuid}`

Gets the app with the given universally unique identifier (UUID).

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The retrieved app.

- App
  - `appDefinition` AppDefinition, required
    - `contentId` string, required — Content identifier of the app in hexadecimal format.
    - `uuid` string, uuid, required — Unique identifier for the app.
    - `name` string, required — Name of the app.
    - `appVersion` string, required — Version of the app.
    - `preview` boolean — Indicates whether the app is in preview or not.
    - `manifestVersion` string — Manifest version of the app
  - `appManifest` AppManifest, required
    - `family` string — The app family
    - `description` string, required — Description of the app.
    - `categories` string[] — Categories that the app belongs to.
    - `hoverText` string, required — Text to be displayed when hovered over in UI.
    - `iconURL` string, required — App icon URL.
    - `screenshotURLs` string[] — App screenshot URLs.
    - `helpURL` string — App help page URL.
    - `helpDocIdMap` object — the IDs of the docs pages for this app
    - `communityURL` string — App community page URL.
    - `requirements` string[] — Requirements for the app.
    - `accountTypes` string[] — Account types that are allowed to install the app
    - `requiresInstallationInstructions` boolean — Indicates whether installation instructions are required or not.
    - `installationInstructions` string — Installation instructions for the app.
    - `parameters` ServiceManifestDataSourceParameter[] — Content identifier of the app.
      - `parameterType` string, required — Parameter type.
      - `parameterId` string, required — Parameter identifier.
      - `dataSourceType` string — Data source type.
      - `label` string — Label.
      - `description` string — Description.
      - `example` string — Example.
      - `hidden` boolean — Should the UI display?
    - `author` string — App author.
    - `authorWebsite` string — App author website URL.

## 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)
