---
title: "Get architecture details"
method: GET
path: "/architectures/{id}"
tags: ["Catalog"]
---

# Get architecture details

`GET /architectures/{id}`

Retrieves detailed information about a specific architecture template

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesArchitecture
  - `certified_by` string
  - `description` string
  - `global_components` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesComponentReference[]
    - `type` string
  - `id` string
  - `links` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesArchitectureLinks
    - `code` string
    - `demo` string
    - `documentation` string
  - `name` string
  - `runtimes` string[]
  - `services` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesServiceReference[]
    - `id` string
    - `optional` boolean
    - `version` string
  - `type` string — "architecture"
  - `version` string

## Other responses

- `401` — Unauthorized - Invalid or missing access token
- `404` — Architecture not found
- `500` — Internal Server Error

## Changes

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

- **2026-05-06** `1fff80675f8f` — 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/architectures/:id/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)
