---
title: "Fetches an application"
method: GET
path: "/app/{appId}"
tags: ["app"]
---

# Fetches an application

`GET /app/{appId}`

## Path parameters

- `appId` number, required

## Response `200`

Successful operation

- AppDef
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `appId` number, required — Application ID
  - `name` string, required — The name of the application
  - `description` string, required — Description of the application
  - `contactEmail` string, email, required — Contact email for the application manager
  - `appUserUrl` string, uri, required — URL of the application for users
  - `logo` string, required — Base64 encoded logo image
  - `redirectUris` string[], required — Redirect URIs users can be sent to after signing up for your application (with their JWT token)
  - `deploymentStatus` 'dev' | 'test' | 'prod', required — Deployment status of the application; dev, test, or prod
  - `managerAddress` string, required — Manager wallet address
  - `activeVersion` number, required — Active version of the application

## Other responses

- `404` — Application not found
- `default` — Unexpected error

## Changes

- **2025-06-19** `e514cea423bb` — 2 breaking, 2 warning, 10 info
  - the `description` response property's minLength was decreased from `10` to `0` for the response status `200`
  - the `name` response property's minLength was decreased from `2` to `0` for the response status `200`
  - removed the optional property `appUrl` from the response with the `200` status
  - removed the optional property `isDeleted` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/app/:appId/get.md)

---

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