---
title: "Get application details"
method: GET
path: "/applications/{applicationId}"
tags: ["Application Management"]
---

# Get application details

`GET /applications/{applicationId}`

Retrieves an application by the id provided in the path

## Path parameters

- `applicationId` string, uuid, required

## Response `200`

Application was successfully fetched

## Other responses

- `401` — Either authentication credentials were not supplied, or they were invalid.
- `403` — Forbidden from accessing the requested Application.
- `404` — Application with given id not found.
- `500` — An unexpected error occurred.

---

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