---
title: "Retrieve all services"
method: GET
path: "/services"
tags: ["Services"]
---

# Retrieve all services

`GET /services`

Retrieves a list of all registered services. Can be filtered by organization.

## Query parameters

- `organizationId` string

## Response `200`

List of services retrieved successfully.

- ServicesListResponse
  - `services` ServiceResponse[]
    - `serviceId` string
    - `name` string
    - `organizationId` string
    - `description` string
  - `total` integer

## Other responses

- `500` — Internal server error while retrieving services.

## Changes

- **2024-10-17** `53644f0719aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/services/get.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/53644f0719aa/schema)
