Skip to main content
GET
Get Dmf Search

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Response

Response

id
string<uuid>
required

The ID of the DMF search request

code
enum<string>
required

The code of the DMF search response

Available options:
DMF
Example:

"DMF"

count
integer
required

The number of results returned by the DMF search

Examples:

0

1

10

state
enum<string>
required

The status of the DMF search request

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

"COMPLETED"

details
DMFResponseDetails (v1) · object[]

The details of the DMF search response

error
string | null

Any errors that occurred during the DMF search request.

Example:

"TimeoutError The IRS could not be reached."