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

# Get application resources

`GET /applications/{id}/resources`

Retrieves used and total allocated CPU (in cores) and memory usage (in bytes), along with the hardware accelerator cards for an application and its services

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplicationResourcesResponse
  - `accelerators` object
  - `cpu` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplicationCPUInfo
    - `total_cpu` number — Total allocated CPUs
    - `used_cpu` number — Actually used CPUs
  - `memory` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesApplicationMemInfo
    - `total_bytes` integer — Total allocated memory in bytes
    - `used_bytes` integer — Actually used memory in bytes

## Other responses

- `401` — Unauthorized
- `404` — Application not found
- `500` — Internal Server Error

## Changes

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

- **2026-06-05** `feb535b4dbe2` — 1 info
  - endpoint added
- **2026-02-26** `f5251dbe5d64` — 1 breaking
  - api path removed without deprecation

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