---
title: "List a customer's service items"
method: GET
path: "/service_items/customer/{customer_id}"
tags: ["Service Orders"]
---

# List a customer's service items

`GET /service_items/customer/{customer_id}`

Returns a paginated list of customer's service items.

🔒 Requires: `services:read` scope

## Path parameters

- `customer_id` string, required

## Query parameters

- `after` integer
- `limit` integer

## Response `200`

- object
  - `has_next` boolean
  - `job_items` object[]
    - `created_at` string
    - `created_by` string
    - `initial_condition` string
    - `item_details` object
      - `description` string
      - `serial_number` string
    - `item_id` string
    - `item_name` string
    - `updated_at` string
    - `updated_by` string
  - `total_job_items` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
