---
title: "List available services"
method: GET
path: "/services"
tags: ["Catalog"]
---

# List available services

`GET /services`

Retrieves a list of all deployable service templates. Dependency-only services are excluded from this list. Returns service summaries including standalone flag without endpoints and pod templates.

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesServiceSummary[]
  - `architectures` string[]
  - `certified_by` string
  - `description` string
  - `id` string
  - `name` string
  - `standalone` boolean

## Other responses

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

---

[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)
