---
title: "Get steps files for a service"
method: GET
path: "/services/{id}/steps"
tags: ["Catalog"]
---

# Get steps files for a service

`GET /services/{id}/steps`

Returns all files under the service's steps directory for the requested runtime
(e.g. info.md, next.md, vars_file.yaml). Both embedded and custom bundle services
are supported. The response is a JSON object keyed by filename with the raw file
content as a string value.

## Path parameters

- `id` string, required

## Query parameters

- `runtime` string

## Response `200`

Map of filename to raw file content

- object

## Other responses

- `400` — Invalid runtime value
- `401` — Unauthorized - Invalid or missing access token
- `404` — Service not found
- `500` — Internal Server Error

## Changes

- **2026-09-02** `8744aa3af0ba` — 1 info
  - endpoint added

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