---
title: "Get details of an application with the given ID"
method: GET
path: "/v1/applications/{id}"
tags: ["applications"]
---

# Get details of an application with the given ID

`GET /v1/applications/{id}`

Get details of an application with the given ID

## Query parameters

- `id` string

## Response `200`

OK

- Application
  - `id` string, required
  - `name` string, required
  - `created_at` string, required

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
