---
title: "Lists all abilities"
method: GET
path: "/abilities"
tags: ["Ability"]
---

# Lists all abilities

`GET /abilities`

## Response `200`

Successful operation

- Ability[]
  - `_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
  - `packageName` string, required — Ability NPM package name
  - `title` string, required — Ability title - displayed to users in the dashboard/Vincent Explorer UI
  - `authorWalletAddress` string, required — Author wallet address. Derived from the authorization signature provided by the creator.
  - `description` string, required — Ability description - displayed to users in the dashboard/Vincent Explorer UI
  - `logo` string — Base64 encoded logo image
  - `activeVersion` string, required — Active version of the ability
  - `deploymentStatus` 'dev' | 'test' | 'prod' — Identifies if an ability is in development, test, or production.
  - `isDeleted` boolean — Whether or not this Ability is deleted

## Other responses

- `default` — Unexpected error

---

[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)
