---
title: "Fetch List Of Skills Added In Archer"
method: GET
path: "/v1/applications/skills"
tags: ["Artifact Management"]
deprecated: true
---

# Fetch List Of Skills Added In Archer

`GET /v1/applications/skills`

> **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.

## Query parameters

- `offset` integer
- `limit` integer
- `search` string, nullable

## Response `200`

Successful Response

- PaginatedResponseSkillResponse
  - `items` SkillResponse[], required — List of items fetched in the current page
    - `id` string, uuid, required — Primary key of the artifact
    - `skill_id` string, required — Skill Id
    - `artifact_name` string, required — Name of the artifact
    - `artifact_type` string — Type of the artifact
    - `description` string, nullable — Description of the artifact
    - `routing_description` string, required — Routing description for the artifact
    - `icon` string, nullable — Icon associated with the artifact
    - `group_id` string, uuid, required — Foreign key referencing the artifact_group table
    - `group_name` string, nullable — Group Name
    - `tenant_id` string, required — Foreign key referencing the tenants table
  - `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.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/versions/82c114c37196/schema)
