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

# Fetch List Of Apps Added In Archer

`GET /v1/applications/`

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

- `show_hidden` boolean
- `group_by` 'catalog_ref_id'

## Response `200`

Successful Response

- union
  - AppDetailsResponseModel[]
    - `id` string, uuid, required — Primary key of the artifact group
    - `application_id` string, nullable, required — Application Id / Catalog Ref. Id
    - `group_name` string, required — Name of the artifact group
    - `description` string, nullable, required — Description of the artifact group
    - `icon` string, nullable — Icon associated with the artifact group
  - GroupedArtifactResponse[]
    - `id` string[] — Primary keys of the artifact group
    - `catalog_ref_id` string, nullable, required — Application Id / Catalog Ref. Id
    - `group_name` string, required — Name of the artifact group
    - `description` string, nullable, required — Description of the artifact group
    - `icon` string, nullable — Icon associated with the artifact group

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