---
title: "Get Individual Reveal"
method: GET
path: "/api/individual_reveals/{id}"
tags: ["Individual Reveals"]
---

# Get Individual Reveal

`GET /api/individual_reveals/{id}`

Get the individual reveal by id.

## Response `200`

successful

- object
  - `status` object
    - `code` integer
    - `message` string
  - `type` 'individual_reveal'
  - `data` object
    - `id` integer
    - `status` 'queued' | 'resolving' | 'finished' | 'failed' — > Current status of the individual reveal. | Status | Meaning | | --- | --- | | queued | Accepted and waiting to start. | | resolving | Enrichment in progress. | | finished | Enrichment completed successfully. | | failed | Enrichment completed with errors. |
    - `is_complete` boolean
    - `name` string
    - `company` string
    - `enrichment_level` string
    - `linkedin_profile_url` string
    - `title` string
    - `location` string
    - `email` string, nullable
    - `email_type` string, nullable
    - `email_status` 'valid' | 'risky' | 'unfound' | 'null', nullable
    - `emails` object[]
      - `email` string
      - `email_type` string
      - `email_status` 'valid' | 'risky' | 'unfound'
    - `mobile_phone` string, nullable
    - `phone_number` string, nullable
    - `phone_status` 'found' | 'unfound' | 'null', nullable
    - `phones` object[]
      - `number` string
      - `pretty_number` string
      - `type` 'mobile' | 'other'
    - `company_size` integer
    - `company_type` string
    - `company_domain` string
    - `company_locality` string
    - `company_region` string
    - `company_country` string
    - `company_street` string
    - `company_founded` integer
    - `company_funding` integer
    - `company_revenue` integer
    - `company_industry` string
    - `company_linkedin` string
    - `company_location` string
    - `company_size_range` string
    - `company_description` string
    - `company_postal_code` string
    - `company_subindustry` string
    - `credits` object, nullable — Breakdown of credits used for this request.
      - `email_credits` integer, nullable — Number of email credits used.
      - `phone_credits` integer, nullable — Number of phone credits used.
      - `export_credits` integer, nullable — Number of export credits used.
      - `api_credits` object, nullable — Breakdown of API credits used. If the request is from the API, this will be included.
        - `total` integer — Total number of API credits used.
        - `email_credits` integer — Number of API email credits used.
        - `phone_credits` integer — Number of API phone credits used.
        - `scrape_credits` integer — Number of API scrape credits used.

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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