---
title: "Retrieve all abilities"
method: GET
path: "/abilities"
tags: ["Abilities Management"]
---

# Retrieve all abilities

`GET /abilities`

Retrieve the information of all abilities.

## Query parameters

- `sort` string
- `range` string
- `filter` string

## Response `200`

OK

- Ability[]
  - `id` string
  - `name` string
  - `description` string
  - `versions` object
    - `package` string
    - `product` string
    - `latest` string
    - `installed` string
    - `available` SemVer[]
  - `author` object
    - `name` string
    - `url` string, uri
  - `maintainer` object
    - `name` string
    - `email` string, email
    - `url` string, uri
  - `language` string
  - `scripts` object
    - `start` string
  - `license` string
  - `dependencies` object[]
    - `type` string
    - `id` string
    - `name` string
    - `version` string

## Changes

- **2024-10-02** `c9062e3a3c54` — 1 info
  - the endpoint scheme security `jwt` was added to the API
- **2024-10-02** `936529d30a41` — 1 info
  - the endpoint scheme security `jwt` was removed from the API
- **2024-09-18** `041ec1a0e403` — 2 info
  - the endpoint scheme security `jwt` was added to the API
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2024-08-08** `d53276437f78` — 1 info
  - the endpoint scheme security `cookieAuth` was added to the API
- **2024-06-07** `299202b0e644` — 1 breaking
  - the response property `items/versions/installed` became nullable for the status `200`

[Full history](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/changes/abilities/get.md)

---

[API](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/3c144b366e19/schema)
