v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Lien Search

Get Adhoc Lien Searches

This endpoint returns all adhoc lien searches.

get/lien_searches/adhoc

Query parameters

limitinteger

The maximum number of lien searches to return.

The maximum number of lien searches to return.

offsetinteger

The number of lien searches to skip before starting to return the lien searches.

The number of lien searches to skip before starting to return the lien searches.

Response

Successful Response

idstring uuid required

ID of the liens adhoc search request

namestring required

The name used for the ad-hoc liens search.

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
searched_statesStateAbbreviation[] required

Indicates the list of states specified in the liens search request.

last_updated_atstring date required

The date the lien search result was last updated.

errorstring nullable

Any errors that occurred during the liens search request.

Example response

[
  {
    "searched_states": [
      "CA",
      "GA"
    ],
    "last_updated_at": "2024-06-01",
    "error": "TimeoutError: The Liens Search could not be completed."
  }
]