---
title: "Returns the details on the specified application"
method: GET
path: "/v1/Applications/{applicationId}"
tags: ["Applications"]
---

# Returns the details on the specified application

`GET /v1/Applications/{applicationId}`

## Path parameters

- `applicationId` integer, required

## Response `200`

The details for an application

- AdaptekApiApplicationApplicationsQueriesGetApplicationResponse
  - `id` integer
  - `name` string, nullable
  - `server` string, nullable
  - `isContinuous` boolean
  - `warningTimeframe` integer
  - `outputCount` integer
  - `isActive` boolean
  - `averageCompletionTime` number, double
  - `lastStarted` string, date-time, nullable
  - `lastSuccessDate` string, date-time, nullable
  - `lastOutput` AdaptekApiApplicationApplicationsQueriesOutputResponse
    - `statusDate` string, date-time, nullable
    - `status` string, nullable
    - `output` string, nullable

## Other responses

- `404` — The application was not found

---

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