---
title: "GetAppDetails returns application details by given path"
method: GET
path: "/api/v1/repositories/{repo}/apps/{path}"
tags: ["RepositoryService"]
---

# GetAppDetails returns application details by given path

`GET /api/v1/repositories/{repo}/apps/{path}`

## Path parameters

- `repo` string, required
- `path` string, required

## Query parameters

- `revision` string
- `helm.valueFiles` string[]
- `ksonnet.environment` string

## Response `200`

(empty)

- RepositoryRepoAppDetailsResponse
  - `directory` RepositoryDirectoryAppSpec
  - `helm` RepositoryHelmAppSpec
    - `name` string
    - `parameters` V1alpha1HelmParameter[]
      - `forceString` boolean
      - `name` string
      - `value` string
    - `path` string
    - `valueFiles` string[]
  - `ksonnet` RepositoryKsonnetAppSpec
    - `environments` object
    - `name` string
    - `parameters` V1alpha1KsonnetParameter[]
      - `component` string
      - `name` string
      - `value` string
    - `path` string
  - `kustomize` RepositoryKustomizeAppSpec
    - `images` string[] — images is a list of available images.
    - `path` string
  - `type` string

---

[API](https://skmtc.net/devtron-labs/apis/consolidate-services.md) · [All operations](https://skmtc.net/devtron-labs/apis/consolidate-services/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devtron-labs/consolidate-services/revisions/778bfc291d1e/schema)
