---
title: "List All Skills Available From Catalog, Under An Application"
method: GET
path: "/v1/catalog/applications/{catalog_ref_id}/skill"
tags: ["Catalog Management"]
deprecated: true
---

# List All Skills Available From Catalog, Under An Application

`GET /v1/catalog/applications/{catalog_ref_id}/skill`

> **Deprecated.**

This operation will no longer be available after 2025-04-30 and will be discontinued in upcoming weeks due to the deprecation of the direct use of apps and skills in the AI agent. Use tools to complete specific tasks through agents.

## Path parameters

- `catalog_ref_id` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `search` string, nullable
- `sort` 'ASC' | 'DESC'

## Response `200`

Successful Response

- PaginatedResponseCatalogSkillResponse
  - `items` CatalogSkillResponse[], required — List of items fetched in the current page
    - `id` string, uuid, required — artifact_id of the skill
    - `description` string, nullable, required — description of the skill
    - `name` string, required — name of the skill
    - `visibility` boolean, required — visibility of the skill
    - `state` string, required — state of the skill
    - `group_id` string, nullable, required — artifact group id of the skill belong to
    - `catalog_ref_id` string, required — skill_id of the skill
    - `createdAt` string, required — createdAt of the skill
    - `updatedAt` string, required — updatedAt of the skill
    - `is_added` boolean, nullable — if the skill is aded to the archer already
  - `total` integer, required — Total number of items available across all pages
  - `offset` integer, required — The offset from which the items are fetched in the current page
  - `limit` integer, required — Number of items to be fetched per page

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.dev/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
