---
title: "Query status of application code analysis"
method: GET
path: "/apps/{id}"
tags: ["Analysis"]
---

# Query status of application code analysis

`GET /apps/{id}`

Get an overview and status of the application that was analyzed.
The result will be given in JSON format.

## Path parameters

- `id` string, required

## Response `200`

Successful operation

- AppStatus
  - `id` string, required — Unique key for identifying each app.
  - `name` string
  - `source` AppSource, required — Application source info that points to GitHub repository.
    - `github_url` string, uri, required
  - `status` 'available' | 'pending' | 'none', required

## Other responses

- `404` — Application ID not found.

---

[API](https://skmtc.dev/konveyor/apis/tackle-diva-data-intensive-validity-analyzer.md) · [All operations](https://skmtc.dev/konveyor/apis/tackle-diva-data-intensive-validity-analyzer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/konveyor/tackle-diva-data-intensive-validity-analyzer/revisions/7bc11f282617/schema)
