---
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, required — Description of the application
  - `contactEmail` string, email — Contact email for the application manager
  - `appUrl` string, uri — This should be a landing page for the app.
  - `logo` string — Base64 encoded logo image
  - `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.
  - `isDeleted` boolean — Whether or not this App is deleted

## Other responses

- `default` — Unexpected error

## Changes

- **2026-01-08** `52c665bbf407` — 1 info
  - the response required property `items/appId` became not read-only for the status `200`
- **2026-01-07** `fe16751717d2` — 3 warning, 1 info
  - removed the optional property `items/appUserUrl` from the response with the `200` status
  - removed the optional property `items/delegateeAddresses` from the response with the `200` status
  - removed the optional property `items/redirectUris` from the response with the `200` status
  - added the optional property `items/appUrl` to the response with the `200` status
- **2025-07-10** `53380a49f00f` — 1 info
  - added the optional property `items/delegateeAddresses` to the response with the `200` status
- **2025-07-02** `cfdc102dddd1` — 1 info
  - added the optional property `items/isDeleted` to the response with the `200` status
- **2025-07-02** `433f98e35cde` — 1 info
  - the response property `items/description` became required for the status `200`

[Full 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/825608de85fb/schema)
