Skip to main content
GET
Get a specific report
Search by Address — You can look up a report without knowing the ID by passing ?address= as a query parameter. The address lookup takes priority over the path ID, so you can use any placeholder (e.g. search) in the URL.
Address matching is partial and case-insensitive and handles common abbreviations automatically (e.g. St = Street, Ave = Avenue, APT = Unit).

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header:

Path Parameters

reportId
string
required

The report UUID. If searching by address, you can use any placeholder value (e.g., "search" or "by-address"). The address query parameter will override this value.

Query Parameters

address
string

Search for a report by address instead of using reportId. If provided, this will override the reportId path parameter. Supports partial matching (case-insensitive). Example: "123 Main St" or "Main Street"

Response

Successfully retrieved report

data
object