v1
latestOpenAPI 3.1.02026-07-241695611.0 MBGet Business Searches
List BusinessSearches that resolved to this business, newest first.
Scoped to the caller's dominant scope so callers only see searches their own organization (or application) ran.
Path parameters
The unique identifier of the Business to list searches for.
The unique identifier of the Business to list searches for.
Query parameters
Maximum number of records to return in a single page. Must be between 1 and 1000.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Response
Paginated list of BusinessSearches that resolved to this business, newest first. Scoped to the caller's dominant scope (organization or application).
Example response
[
{
"options": [
"Order.WebsiteAnalysis"
],
"orderables": [
{
"id": "c97dd8d5-e7bb-444b-a943-cca696772a01",
"option": "Order.WebsiteAnalysis",
"type": "WebsiteAnalysisRequest",
"url": "https://api.baselayer.com/website_analysis_requests/c97dd8d5-e7bb-444b-a943-cca696772a01"
}
],
"user": {
"first_name": "Austin",
"last_name": "Taylor",
"email": "jessicasimpson@example.com"
},
"name": "Acme Corporation",
"address": "1640 Riverside Drive, Hill Valley, CA",
"search_address": {
"street": "913 Hendrix Gardens Suite 492",
"city": "Jasonfurt",
"zip": "19773",
"latitude": 38.03012,
"longitude": 78.47665
},
"officer_names": [
"Doc Brown"
],
"alternative_names": [
"Joe's Pizza",
"Joe's Pizzeria"
],
"website": "https://baselayer.com/",
"phone_number": "636-555-3226",
"email": "support@baselayer.com",
"tin": "555666777",
"reference_id": "Search1234",
"tin_matched": true,
"tin_potential_match": "Baselayer",
"watchlist_hits": [
{
"code": "DMF",
"count": 1,
"details": [
{
"address": "123 Main St",
"date_of_birth": "1980-01-01",
"name": "John Doe"
}
]
}
],
"business_website_match": true,
"business_website_redirect_match": true,
"created_at": "2026-07-16T19:24:27.762682",
"updated_at": "2026-07-16T19:24:27.762696",
"verified": true,
"scores": [
{
"score": 95,
"rating": "A"
}
],
"warnings": [
"IRS Validation is unavailable."
],
"business": {
"name": "Hamilton-Olson",
"address": "63788 Paige Lane Cooperfurt, MI 10037",
"phone_number": "955-714-3269",
"email": "javier01@example.net",
"website": "https://jones.com/",
"url": "https://api.baselayer.com/businesses/9083e7e2-1f6b-11ef-8f0f-1edb1b067314",
"console_url": "https://console.baselayer.com/business/9083e7e2-1f6b-11ef-8f0f-1edb1b067314"
},
"url": "https://api.baselayer.com/searches/c623e29e-1f57-11ef-938f-1edb1b067314",
"status_url": "https://api.baselayer.com/searches/c623e29e-1f57-11ef-938f-1edb1b067314/status",
"business_url": "https://api.baselayer.com/businesses/febe48f6-1f57-11ef-8bbf-1edb1b067314/status",
"console_url": "https://console.baselayer.com/business/febe48f6-1f57-11ef-8bbf-1edb1b067314"
}
]