---
title: "Check if a customer sar exists"
method: GET
path: "/v2/customer_sar"
tags: ["CustomerSAR"]
---

# Check if a customer sar exists

`GET /v2/customer_sar`

## Query parameters

- `sar_id` string, required

## Response `200`

Customer SAR exists

- object
  - `first_seen` string, date-time — This represents the earliest timestamp associated with the customer SAR
  - `last_seen` string, date-time — This represents the latest timestamp associated with the customer SAR
  - `organization_id` string — The organization ID for which the customer SAR was found
  - `sar_id` string — The unique identifier of the customer SAR

## Other responses

- `401` — Unauthorized request
- `404` — Customer SAR does not exist
- `429` — Rate limit exceeded
- `500` — Server error
- `default` — General error

---

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