---
title: "List All Apps Available In Catalog"
method: GET
path: "/v1/catalog/applications"
tags: ["Catalog Management"]
deprecated: true
---

# List All Apps Available In Catalog

`GET /v1/catalog/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

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

## Response `200`

Successful Response

- PaginatedResponseArtifactGroup
  - `items` ArtifactGroup[], required — List of items fetched in the current page
    - `ids` string[]
    - `catalog_ref_id` string, nullable — App Id
    - `group_name` string, required — Name of the artifact group
    - `description` string, nullable — Description of the artifact group
    - `icon` string, nullable — Icon associated with the artifact group
    - `hidden` boolean, nullable — Visibility of the artifact group
    - `tenant_id` string, nullable — Foreign key referencing the tenants table
    - `created_on` string, date-time, nullable — Timestamp when the artifact group was created
    - `created_by` string, nullable — Foreign key referencing the user_profiles table for the creator
    - `last_modified_on` string, date-time, nullable — Timestamp of the last modification
    - `last_modified_by` string, nullable — Foreign key referencing the user_profiles table for the last modifier
    - `deleted_on` string, date-time, nullable — Timestamp when the artifact group was deleted
    - `deleted_by` string, nullable — Foreign key referencing the user_profiles table for the user who deleted the artifact group
  - `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/revisions/82c114c37196/schema)
