---
title: "Retrieve an Application"
method: GET
path: "/v1/applications/{id}"
tags: ["Applications API"]
---

# Retrieve an Application

`GET /v1/applications/{id}`

Retrieves detailed information about an Application using its unique identifier.

## Path parameters

- `id` string, required

## Response `200`

Detailed information about a specific application.

- ApplicationResponse — Information about the Application.
  - `clientId` string — Unique identifier of the client.
  - `clientSecret` string — Secret key linked to the `clientId`, used for secure client authentication.
  - `createdAt` string, date-time — Timestamp marking when the application was created.
  - `description` string — A clear identifier that helps you quickly recognize which service, job, or integration uses the application.
  - `id` string — Unique identifier of the application.
  - `name` string — The Lerian product or plugin this machine-to-machine application can access.

## Other responses

- `400`
- `404`
- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
