---
title: "Lists all applications"
method: GET
path: "/apps"
tags: ["app"]
---

# Lists all applications

`GET /apps`

## Response `200`

Successful operation

- App[]
  - `_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
  - `activeVersion` number — Active version of the application
  - `name` string, required — The name of the application
  - `description` string — Description of the application
  - `contactEmail` string, email — Contact email for the application manager
  - `appUserUrl` string, uri — This should be a landing page for the app.
  - `logo` string — Base64 encoded logo image
  - `redirectUris` string[] — Redirect URIs users can be sent to after signing up for your application (with their JWT token).
  - `deploymentStatus` 'dev' | 'test' | 'prod' — Identifies if an application is in development, test, or production.
  - `managerAddress` string, required — App manager's wallet address. Derived from the authorization signature provided by the creator.

## Other responses

- `default` — Unexpected error

## Changes

- **2025-06-24** `d4634804dbfb` — 7 breaking, 2 info
  - the response property `items/activeVersion` became optional for the status `200`
  - the response property `items/appUserUrl` became optional for the status `200`
  - the response property `items/contactEmail` became optional for the status `200`
  - the response property `items/deploymentStatus` became optional for the status `200`
  - …5 more
- **2025-06-19** `e514cea423bb` — 2 breaking, 2 warning, 10 info
  - the `items/description` response property's minLength was decreased from `10` to `0` for the response status `200`
  - the `items/name` response property's minLength was decreased from `2` to `0` for the response status `200`
  - removed the optional property `items/appUrl` from the response with the `200` status
  - removed the optional property `items/isDeleted` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/apps/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/d4634804dbfb/schema)
