---
title: "Get Discovery"
method: GET
path: "/v1/discovery/{discoveryId}"
tags: ["Discovery"]
---

# Get Discovery

`GET /v1/discovery/{discoveryId}`

## Response `200`

A discovery

- DiscoveryResponse
  - `status` 'complete' | 'pending', required — The status of the discovery request
  - `discoveryId` string, uuid, required — The Sohar ID for the discovery
  - `payerId` string, uuid — The [payer ID](https://docs.soharhealth.com/api-reference/payers/get-payers). A `null` value will be returned if the `status` field is `pending`, or if the `status` field is `complete` and the discovery request was unsuccessful
  - `payerName` string — The payer's name. A `null` value will be returned if the `status` field is `pending`, or if the `status` field is `complete` and the discovery request was unsuccessful
  - `memberId` string — The insurance member ID. A `null` value will be returned if the `status` field is `pending`, or if the `status` field is `complete` and the discovery request was unsuccessful
  - `firstName` string — The patient's first name
  - `lastName` string — The patient's last name
  - `dateOfBirth` string — The patient's birth date in MM/DD/YYYY format
  - `state` 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY' — The patient's state
  - `id` string, nullable — An optional identifier for the discovery. This is a user-defined value that can be used when creating the discovery

## Other responses

- `403` — Unauthorized
- `404` — Not found
- `500` — Internal error

---

[API](https://skmtc.dev/soharhealth/apis/sohar-api.md) · [All operations](https://skmtc.dev/soharhealth/apis/sohar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/soharhealth/apis/sohar-api/revisions/2cb5fa45c18c?raw)
