---
title: "Get Application"
method: GET
path: "/v1/applications/{application_id}"
tags: ["Applications"]
---

# Get Application

`GET /v1/applications/{application_id}`

Retrieves details of a specific application by its ID.

## Path parameters

- `application_id` string, uuid, required

## Response `200`

Application details retrieved successfully

- GetApplicationResponseSchema
  - `id` string, uuid — Unique identifier for the application
  - `name` string — Name of the application
  - `url` string, nullable — URL of the application
  - `description` string, nullable — Description of the application
  - `identity_count` integer — Number of identities associated with this application
  - `auth_methods` string[] — Authentication methods available for this application
  - `created_at` string, date-time — Timestamp when the application was created
  - `updated_at` string, date-time — Timestamp when the application was last updated

## Other responses

- `404` — Application not found
- `500` — Failed to get application

## Changes

- **2026-04-06** `1b8ef91f07c4` — 1 warning
  - removed the optional property `allowed_domains` from the response with the `200` status
- **2026-01-04** `611c70933b3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/applications/:application_id/get.md)

---

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