Skip to main content
GET
Get Dmf Search Status

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Response

Response

Lightweight status view of a DMF search (used by GET /dmf/searches/{id}/status).

id
string<uuid>
required

The ID of the DMF search request

name
string
required

The name of the person of interest

Maximum string length: 250
Example:

"Michael Smith"

ssn
string
required

The obfuscated social security number of the person of interest

Example:

"621-34-2918"

state
enum<string>
required

The status of the DMF search request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
Example:

"COMPLETED"