---
title: "Get a specific app"
method: GET
path: "/apps/{app-slug}"
tags: ["application"]
---

# Get a specific app

`GET /apps/{app-slug}`

Get the details of a specific app by providing the app slug. You can get the app slug by calling the [/apps](https://api-docs.bitrise.io/#/application/app-list) endpoint or by opening the app on bitrise.io and copying the slug from the URL.

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0AppShowResponseModel
  - `data` V0AppResponseItemModel
    - `avatar_url` string
    - `is_disabled` boolean
    - `is_github_checks_enabled` boolean
    - `is_public` boolean
    - `owner` V0OwnerAccountResponseModel
      - `account_type` string
      - `name` string
      - `slug` string
    - `project_id` string
    - `project_type` string
    - `provider` string
    - `repo_owner` string
    - `repo_slug` string
    - `repo_url` string
    - `slug` string
    - `status` integer
    - `title` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
