---
title: "Retrieve customer by ID"
method: GET
path: "/customers/{customerId}"
tags: ["Customers"]
---

# Retrieve customer by ID

`GET /customers/{customerId}`

## Path parameters

- `customerId` string, required

## Query parameters

- `filter` string
- `asn` string
- `sort` string

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/fieldpulse/apis/fieldpulse-api.md) · [All operations](https://skmtc.net/fieldpulse/apis/fieldpulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldpulse/fieldpulse-api/revisions/61b397595943/schema)
