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

# Get service parameters

`GET /services/{id}/params`

Retrieves the configuration schema (JSON Schema) for a specific service. Returns a JSON Schema object with properties that define the service's configurable parameters.

## Path parameters

- `id` string, required

## Response `200`

JSON Schema object with $schema, type, and properties defining service parameters

- object

## Other responses

- `400` — Bad Request - Invalid service ID
- `401` — Unauthorized - Invalid or missing access token
- `404` — Service not found
- `500` — Internal Server Error

## Changes

> 47 revisions in range; 23 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/params/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)
