---
title: "Get Dmf Search"
method: GET
path: "/dmf/searches/{id}"
tags: ["Death Master File"]
---

# Get Dmf Search

`GET /dmf/searches/{id}`

Retrieve the DMF search results.

## Path parameters

- `id` string, uuid, required

## Response `200`

Response

- V1DMFResponse
  - `id` string, uuid, required — The ID of the DMF search request
  - `code` 'DMF', required
  - `count` integer, required — The number of results returned by the DMF search
  - `details` V1DMFResponseDetails[] — The details of the DMF search response
    - `dmf_id` string, required — The DMF ID of the person of interest
    - `ssn` string, required — The social security number of the person of interest
    - `name` string, required — The name of the person of interest
    - `death_date` string, date, nullable — The date of death of the person of interest
    - `death_date_precision` 'DAY' | 'MONTH'
    - `birth_date` string, date, nullable — The date of birth of the person of interest
    - `birth_date_precision` 'DAY' | 'MONTH'
    - `state_of_residency` string, nullable — The state of residency of the person of interest
    - `zip_code_of_residency` string, nullable — The zip code of residency of the person of interest
  - `state` 'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED', required
  - `error` string, nullable — Any errors that occurred during the DMF search request.

## Other responses

- `422` — Validation Error

---

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