---
title: "Retrieve a specific service"
method: GET
path: "/services/{serviceId}"
tags: ["Services"]
---

# Retrieve a specific service

`GET /services/{serviceId}`

Retrieves details about a specific service by its ID.

## Path parameters

- `serviceId` string, required

## Response `200`

Service details retrieved successfully.

- ServiceResponse
  - `serviceId` string
  - `name` string
  - `organizationId` string
  - `description` string

## Other responses

- `404` — Service not found.
- `500` — Internal server error while retrieving the service.

## Changes

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

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/services/:serviceId/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)
