---
title: "Get application process status"
method: GET
path: "/applications/{id}/ps"
tags: ["Applications"]
---

# Get application process status

`GET /applications/{id}/ps`

Retrieves the process status and runtime information for an application

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplicationPSResponse
  - `components` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesPod[]
    - `containers` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesPodContainer[]
      - `healthy` boolean
      - `name` string
      - `status` 'waiting' | 'running' | 'terminated' | 'created' | 'paused' | 'restarting' | 'exited' | 'removing' | 'dead'
    - `created` string
    - `healthy` boolean
    - `labels` object
    - `pod_id` string
    - `pod_name` string
    - `status` 'waiting' | 'running' | 'terminated' | 'created' | 'paused' | 'restarting' | 'exited' | 'removing' | 'dead'
  - `id` string
  - `name` string
  - `services` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesPod[]
    - `containers` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesPodContainer[]
      - `healthy` boolean
      - `name` string
      - `status` 'waiting' | 'running' | 'terminated' | 'created' | 'paused' | 'restarting' | 'exited' | 'removing' | 'dead'
    - `created` string
    - `healthy` boolean
    - `labels` object
    - `pod_id` string
    - `pod_name` string
    - `status` 'waiting' | 'running' | 'terminated' | 'created' | 'paused' | 'restarting' | 'exited' | 'removing' | 'dead'

## Other responses

- `400` — Invalid application ID format
- `401` — Unauthorized
- `404` — Application not found
- `500` — Internal Server Error

## Changes

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

- **2026-02-26** `f5251dbe5d64` — 3 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/applications/:id/ps/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)
