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

# Get service details

`GET /services/{id}`

Retrieves detailed information about a specific service template

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesService
  - `accepts_datasource` boolean
  - `architectures` string[]
  - `certified_by` string
  - `dependencies` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDependencyReference[]
    - `id` string
  - `description` string
  - `id` string
  - `name` string
  - `standalone` boolean
  - `type` string — "service"

## Other responses

- `401` — Unauthorized - Invalid or missing access token
- `404` — Service not found
- `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/services/: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)
