---
title: "List Services"
method: GET
path: "/internal/config/services"
tags: ["internal", "internal-config"]
---

# List Services

`GET /internal/config/services`

## Query parameters

- `namespace` string, uuid, required

## Response `200`

Successful Response

- ServiceResourceResponse[]
  - `api_version` 'config.kobalt/v1'
  - `kind` 'Service'
  - `metadata` ResourceMetadataWithAnnotations, required — Response-only metadata that also carries server-derived annotations.
    - `name` string, required
    - `namespace` string, uuid, required
    - `uid` string, uuid, nullable
    - `annotations` object
  - `spec` ServiceSpec, required
    - `vendor` ServiceVendorRef, required — Identifies a vendor by one or more of: name, company_website, company_uuid. All provided fields are stored and used for lookup in order of precedence: ``company_uuid`` → ``company_website`` → ``name``. At least one must be supplied.
      - `name` string, nullable
      - `company_website` string, nullable
      - `company_uuid` string, uuid, nullable
    - `description` string, nullable
    - `assignee` string, nullable
    - `start_date` string, date, nullable
    - `renewal_date` string, date, nullable
    - `custom_field_values` CustomFieldValueSpec[]
      - `name` string, required
      - `value` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
