---
title: "Get system resources"
method: GET
path: "/resources"
tags: ["Catalog"]
---

# Get system resources

`GET /resources`

Retrieves system resource information including CPU, memory, and accelerator availability

## Response `200`

OK

- InternalPkgCatalogApiserverHandlersResourcesResponse
  - `accelerators` object
  - `cpu` GithubComProjectAiServicesAiServicesInternalPkgModelsCPUInfo
    - `available_cpu` number
    - `total_cpu` integer
  - `memory` GithubComProjectAiServicesAiServicesInternalPkgModelsMemoryInfo
    - `available_bytes` integer
    - `total_bytes` integer

## Other responses

- `401` — Unauthorized - Invalid or missing access token
- `500` — Internal Server Error

## Changes

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

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

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