---
title: "List services"
method: GET
path: "/api/v1/services"
tags: ["OSDB"]
---

# List services

`GET /api/v1/services`

Returns descriptions of all services registered with the OSDB server.

## Response `200`

An array of service descriptions for all services registered with the OSDB server

- ListServicesResponse
  - `api` string, required — The path of the REST API method
  - `method` string, required — The name of the REST API method
  - `response` ServiceDescription[], required
    - `description` string — A short description of the service.
    - `import_source_uri` string, uri, required — The URI of the source service description document used to load the service into OSDB.
    - `service_id` string, required — A unique one word identifier for the service.
    - `service_name` string, required — A word or phrase naming the service.
  - `status` 'success', required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/openlinksw/apis/osdb.md) · [All operations](https://skmtc.net/openlinksw/apis/osdb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openlinksw/osdb/versions/24e38e614429/schema)
