---
title: "Get details of an app version."
method: GET
path: "/v2/apps/{uuid}/details"
tags: ["appManagementV2"]
---

# Get details of an app version.

`GET /v2/apps/{uuid}/details`

Get details about an app with the given UUID and version. The details include:

  1. The base URL for all the resource for the app.
  2. The app manifest

## Path parameters

- `uuid` string, required

## Query parameters

- `version` string

## Response `200`

Information about the requested app.

- GetAppDetailsResponse — Information about an app.
  - `uuid` string, uuid, required — UUID of the app.
  - `version` string, required — Version of the app.
  - `baseUrl` string, url, required — URL prefix for where the app is stored.
  - `manifest` string, byte, required — Content of the manifest YAML file, as Base64-encoded string.
  - `config` string, byte — Content of the config YAML file, as Base64-encoded string.
  - `readme` string, byte — Content of the README markdown file, as Base64-encoded string.
  - `files` object — Content of various files part of app package, as Base64-encoded string.

## 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/versions/18a824df1e78/schema)
