---
title: "List applications"
method: GET
path: "/applications"
tags: ["Applications"]
---

# List applications

`GET /applications`

Retrieves a paginated list of all applications for the authenticated user with optional filters

## Query parameters

- `page` integer
- `page_size` integer
- `deployment_type` string
- `catalog_id` string

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplicationListResponse
  - `data` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplication[]
    - `catalog_id` string
    - `created_at` string
    - `deployment_type` string
    - `id` string
    - `message` string
    - `name` string
    - `services` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplicationService[]
      - `catalog_id` string
      - `components` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesServiceComponentResp[]
        - `id` string
        - `message` string
        - `metadata` object
        - `provider` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesProviderInfo
          - `id` string
          - `name` string
        - `status` string
        - `type` string
      - `created_at` string
      - `endpoints` object[]
      - `id` string
      - `message` string
      - `status` string
      - `type` string
      - `updated_at` string
      - `version` string
    - `status` string
    - `type` string
    - `updated_at` string
    - `version` string
  - `pagination` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesPaginationMetadata
    - `has_next` boolean
    - `has_prev` boolean
    - `page` integer
    - `page_size` integer
    - `total_items` integer
    - `total_pages` integer

## Other responses

- `400` — Invalid query parameters
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 47 revisions in range; 23 could not be searched.

- **2026-02-26** `f5251dbe5d64` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/applications/get.md)

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
