---
title: "Get Portfolio Item Snapshot"
method: GET
path: "/portfolio/items/{item_id}/snapshots/{snapshot_id}"
tags: ["Portfolio Monitoring"]
---

# Get Portfolio Item Snapshot

`GET /portfolio/items/{item_id}/snapshots/{snapshot_id}`

Retrieves a specific snapshot for a portfolio item.

Returns the snapshot data for the specified snapshot ID, including
business information, liens, dockets, and website analysis.

## Path parameters

- `item_id` string, uuid, required — The unique identifier of the portfolio item to get snapshot for.
- `snapshot_id` string, uuid, required — The unique identifier of the snapshot to retrieve.

## Response `200`

Response

- V1PortfolioItemSnapshotResponse — Represents a portfolio item snapshot response.
  - `id` string, uuid, required — The unique identifier of the snapshot.
  - `portfolio_item_id` string, uuid, required — The unique identifier of the portfolio item this snapshot belongs to.
  - `attributes` MonitorableAttributes[] — The attributes that were monitored when the snapshot was created.
  - `schema_version` integer, required — The schema version of the snapshot data.
  - `data` union, required — The snapshot data containing business information, liens, dockets, and website analysis.
    - V1BusinessPortfolioItemSnapshotData — Represents the data of a business portfolio item snapshot.
      - `type` 'Business', required — The type of the portfolio item snapshot data.
      - `business` V1BusinessResponse, required — Response model for business data. This model defines the complete structure for business-related API responses.
        - `id` string, uuid, required — Unique identifier for the business.
        - `name` string, required — The name of the business, determined by the name found on the domestic registration.
        - `structure` 'SOLE_PROPRIETORSHIP' | 'GENERAL_PARTNERSHIP' | 'LLC' | 'LLP' | 'LLLP' | 'LP' | 'C_CORPORATION' | 'S_CORPORATION' | 'B_CORPORATION' | 'NONPROFIT' | 'COOPERATIVE' | 'TRUST' | 'PROFESSIONAL_ASSOCIATION' | 'PROFESSIONAL_CORPORATION' | 'TRADE_NAME' | 'BANK' | 'CREDIT_UNION' | 'INSURANCE' | 'OTHER'
        - `addresses` V1AddressSummaryResponseWithSources[] — All addresses found associated with this business entity.
          - `id` string, uuid, required — Unique identifier for the address.
          - `street` string, required — Street name of the address.
          - `city` string, required — City name of the address.
          - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
          - `zip` string, required — Zip code of the address.
          - `latitude` number, required — Latitude of the address.
          - `longitude` number, required — Longitude of the address.
          - `rdi` 'Residential' | 'Commercial'
          - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
          - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
          - `url` string, uri, nullable — The URL to the address details.
          - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
          - `sources` V1EntitySource[] — The sources of the address.
        - `phone_numbers` string[] — All phone numbers found associated with this business entity.
        - `email` string, nullable — The main email found associated with this business entity.
        - `website` string, nullable — The website found associated with this business entity.
        - `social_profiles` V1DiscoveredSocialProfile[], nullable — The list of social media profiles potentially associated with this business entity that were identified by searching the web.
          - `site` 'linked_in:personal' | 'linked_in:company' | 'twitter' | 'instagram' | 'facebook' | 'youtube' | 'tiktok' | 'pinterest' | 'x', required — The type of social profile.
          - `username` string, required — The username of the social profile.
          - `confidence` 'high' | 'medium' | 'low'
          - `metadata` union — The metadata of the social profile. Based on the site of the social profile.
            - V1DiscoveredInstagramMetadata — Instagram-specific metadata extracted from a verified business profile.
              - …
            - V1DiscoveredLinkedInMetadata — LinkedIn-specific metadata extracted from a verified business profile.
              - …
            - V1DiscoveredFacebookMetadata — Facebook-specific metadata extracted from a verified business profile.
              - …
            - V1DiscoveredXMetadata — Twitter/X-specific metadata extracted from a verified business profile.
              - …
            - V1DiscoveredYouTubeMetadata — YouTube-specific metadata extracted from a verified business channel.
              - …
            - V1DiscoveredTikTokMetadata — TikTok-specific metadata extracted from a verified business profile.
              - …
            - V1DiscoveredPinterestMetadata — Pinterest-specific metadata extracted from a verified business profile.
              - …
          - `found_on` string[] — Location(s) where this social profile was found: InputWebsite (user-provided website), FoundWebsite (discovered website)
          - `url` string, required — The URL of the social profile.
        - `reviews` V1DiscoveredReview[], nullable — The list of customer reviews potentially associated with this business entity that were identified by searching the web.
          - `source` 'yelp' | 'google' | 'trustpilot' | 'tripadvisor' | 'other'
          - `url` string, required — The URL of the review.
          - `confidence` 'high' | 'medium' | 'low'
          - `rating` number, nullable — The numeric rating of the review (e.g., 4.5 out of 5).
          - `volume` integer, nullable — The number of reviews.
          - `summary` string, nullable — Overall summary of the reviews and general sentiment towards the business.
          - `phone_number` string, nullable — Business phone number if found in profile
          - `address` string, nullable — Business address if found in profile
          - `business_website` string, nullable — Business website if found in profile
          - `reviews` V1ReviewDetail[] — Individual reviews for this business.
            - `username` string, required — The username of the reviewer.
            - `text` string, required — The text of the review.
            - `date` string, date, required — The date of the review.
            - `rating` integer, required — The rating of the review.
          - `metadata` V1GoogleReviewMetadata — Google Maps-specific metadata for a discovered review.
            - `open_state` string, nullable — Current open/closed state from Google Maps.
            - `operating_hours` object, nullable — Operating hours data from Google Maps.
            - `description` string, nullable — Business description from Google Maps.
            - `types` string[], nullable — Business type tags from Google Maps.
            - `service_options` object, nullable — Service options from Google Maps (e.g., dine-in, takeout).
        - `directory_listings` V1DirectoryListingResponse[], nullable — Directory listings (BBB, Yelp, etc.) discovered during website analysis, including business category, contact info, and address.
          - `source` string, nullable — Directory domain where the listing was found.
          - `url` string, nullable — URL of the directory page that was scraped.
          - `category` string, nullable — Business category assigned by the directory site.
          - `business_name` string, nullable — Business name as listed on the directory (may be a DBA).
          - `phone_number` string, nullable — Phone number from the directory listing.
          - `email` string, nullable — Email address from the directory listing.
          - `business_website` string, nullable — Website URL listed on the directory page for the business.
          - `address` string, nullable — Physical address from the directory listing.
          - `people` V1DirectoryListingPerson[] — Officers, principals, or key people listed on the directory page.
            - `name` string, required
            - `title` string, nullable
        - `ein` string, nullable — The EIN/TIN found associated with this business entity.
        - `incorporation_state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS'
        - `incorporation_date` string, date, nullable — The date when the business first incorporated.
        - `months_in_business` integer, nullable — The number of months elapsed since the incorporation date.
        - `primary_address` V1AddressSummaryResponse — Response model for address summary data. This model defines the structure for address summary API responses.
          - `id` string, uuid, required — Unique identifier for the address.
          - `street` string, required — Street name of the address.
          - `city` string, required — City name of the address.
          - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
          - `zip` string, required — Zip code of the address.
          - `latitude` number, required — Latitude of the address.
          - `longitude` number, required — Longitude of the address.
          - `rdi` 'Residential' | 'Commercial'
          - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
          - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
          - `url` string, uri, nullable — The URL to the address details.
          - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
        - `alternative_names` string[] — A list of alternative names (e.g. DBAs) found associated with the business entity.
        - `registrations` V1RegistrationResponse[] — The corporate registrations associated with the business entity.
          - `id` string, uuid, required — The unique identifier of the corporate registration.
          - `name` string, required — The name on the registration.
          - `issue_date` string, date, nullable — The date the registration was issued.
          - `inactive_date` string, date, nullable — The date the registration became inactive.
          - `dissolution_date` string, date, nullable — The date the registration was dissolved in the given state.
          - `file_number` string, required — The file number of the registration.
          - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
          - `address` V1AddressSummaryResponse — Response model for address summary data. This model defines the structure for address summary API responses.
            - `id` string, uuid, required — Unique identifier for the address.
            - `street` string, required — Street name of the address.
            - `city` string, required — City name of the address.
            - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
            - `zip` string, required — Zip code of the address.
            - `latitude` number, required — Latitude of the address.
            - `longitude` number, required — Longitude of the address.
            - `rdi` 'Residential' | 'Commercial'
            - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
            - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
            - `url` string, uri, nullable — The URL to the address details.
            - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
          - `registration_type` 'foreign' | 'domestic' | 'unknown' — Status of the corporate registration filing.
          - `status` 'active' | 'inactive' | 'unknown', required — Status field indicating whether the corporate registration filing is active or inactive.
          - `standing` string, nullable — The standing of the registration.
          - `registered_agent` V1CorporateRegistrationAgentResponse — Response model for corporate registration agent data.
            - `name` string, required — The name of the registered agent.
            - `address` V1AddressSummaryResponse — Response model for address summary data. This model defines the structure for address summary API responses.
              - …
          - `officers` V1RegistrationOfficerResponse[] — The officers listed on the registration.
            - `name` string, required — The name of the officer.
            - `titles` string[] — The titles associated with the officer.
        - `business_officers` V1BusinessOfficerResponse[] — The officers associated with the business entity.
          - `name` string, required — The name of the officer.
          - `titles` string[] — The titles associated with the officer.
          - `states` V1StateAbbreviation[] — The states where the officer is registered.
          - `sources` V1EntitySource[] — The sources of the officer.
        - `predicted_naics` V1PredictedNaicsResponse[] — The predicted NAICS code(s) for the business entity.
          - `code` string, required — The predicted NAICS code for the business.
          - `title` string, required — The title of the predicted NAICS code.
          - `accuracy` number, nullable — The accuracy of the NAICS code prediction.
          - `keywords` string[], nullable — Any keywords associated with the NAICS code to indicate area of business activity.
          - `mcc_codes` V1MCC[], nullable — List of MCC codes associated with the NAICS code.
            - `code` string, required — The 4-digit MCC.
            - `description` string, nullable — Description of the MCC.
            - `mastercard_risk` boolean, nullable — Indicates if there is a risk associated with Mastercard transactions.
            - `visa_risk_tier` 1 | 2 | 3
          - `sic_codes` V1SICCode[], nullable — List of SIC codes associated with the NAICS code.
            - `code` string, required — The 4-digit SIC code.
            - `description` string, nullable — Description of the SIC code.
          - `risk_level` 'high' | 'medium' | 'low' | 'no_risk'
          - `reasoning` string, nullable — Explanation of why this specific NAICS code was chosen for the business.
        - `watchlist_hits` V1WatchlistHitResponse[] — The watchlist hits associated with the business entity.
          - `code` string, required — The code of the watchlist data source.
          - `name` 'Death Master File' | 'Department of Treasury, Office of Foreign Assets Control' | 'Politically Exposed Persons' | 'IRS Exempt Organizations List' | 'FBI Wanted List' | 'Department of Commerce, Consolidated Screening List' | 'Consolidated Canadian Autonomous Sanctions List' | 'HHS OIG List of Excluded Individuals/Entities' | 'Baselayer Fraud Consortium', required
          - `count` integer, required — The number of hits found in the watchlist data source.
          - `details` object[], nullable — The details of the watchlist hits.
        - `sec_registrations` V1SecRegistrationResponse[] — SEC EDGAR registrations linked to this business. Empty when no SEC registration is linked.
          - `cik` string, required — SEC Central Index Key assigned to the registrant.
          - `tickers` string[], required — All stock ticker symbols for this registrant.
          - `exchanges` string[], required — All exchanges this registrant's securities are listed on.
          - `sec_edgar_url` string, uri, required — Direct link to this registrant's SEC EDGAR page.
        - `url` string, uri, required — The URL to the business details.
        - `console_url` string, uri, required — The URL to the business details in the console.
        - `revenue` unknown
        - `phone_number` string, nullable — The primary phone number found associated with the business.
        - `address` string, nullable, required — The primary address associated with the business entity.
      - `scores` V1ScoreResponse[], required — The scores associated with the business in the snapshot.
        - `type` 'fraud' | 'risk' | 'kyb', required
        - `score` number, required — The score value.
        - `rating` string, required — The rating associated with the score.
      - `liens` V1LienFilingResponse[], nullable, required — The liens associated with the business in the snapshot.
        - `id` string, uuid, required — The identifier of this lien filing record.
        - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
        - `filing_number` string, required — Sequential identifier assigned by the filing office.
        - `filing_type` string, required — Describes the nature of the filing.
        - `filing_date` string, date, required — Official date when the lien was recorded.
        - `lapse_date` string, date, required — The expiry date for the lien's claim on collateral.
        - `status` string, required — Reflects the current legal status of the lien.
        - `number_of_pages` integer, required — Reflects the volume of documentation for the lien filing.
        - `document_filename` string, nullable — When present, it indicates that a document is available for download; Use get_lien_filing_documents or get_lien_filing_documents_for_business_id to download the documents.
        - `parties` V1LienPartyResponse[] — A list of parties associated with this lien filing, encompassing both debtors and secured parties. This relationship is critical for identifying all entities with a vested interest in the lien's terms and outcome.
          - `id` string, uuid, required — The identifier of this lien filing record.
          - `role` 'Debtor' | 'Secured Party' | 'Record Owner', required — Enum class delineating the role of parties in a lien transaction as defined by the UCC.
          - `name` string, required — Legal name of the party; crucial for due diligence and legal proceedings related to the lien.
          - `address` V1AddressSummaryResponse, required — Response model for address summary data. This model defines the structure for address summary API responses.
            - `id` string, uuid, required — Unique identifier for the address.
            - `street` string, required — Street name of the address.
            - `city` string, required — City name of the address.
            - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
            - `zip` string, required — Zip code of the address.
            - `latitude` number, required — Latitude of the address.
            - `longitude` number, required — Longitude of the address.
            - `rdi` 'Residential' | 'Commercial'
            - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
            - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
            - `url` string, uri, nullable — The URL to the address details.
            - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
          - `type` string, required — The type of lien party, indicating whether the party is an individual or an organization. A computed property that returns the role of the lien party. Note: This `type` property is planned to be deprecated in favor of the `role` field in future versions.
        - `amendments` V1LienAmendmentResponse[] — A chronological list of amendments to this lien filing, detailing any continuations, terminations, or modifications. This historical record is fundamental for tracking the evolution and current standing of the lien.
          - `filing_number` string, required — The document filing number.
          - `filing_type` string, required — The document filing type.
          - `filing_date` string, date, required — The date of the lien filing.
          - `number_of_pages` integer, required — Number of image pages in the library for this filing number.
        - `collateral_statements` V1LienCollateralStatementResponse[] — A sequence of collateral statements associated with this lien filing, enumerating the specific assets secured by the lien. The order of these statements can denote the priority of claims against the assets.
          - `text` string, required — A detailed description of the collateral that is subject to the lien.
          - `sort_order` integer, required — An integer representing the display or priority order of the collateral statements.
        - `last_updated_at` string, date, required — The date the lien filing record was last updated.
        - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
        - `search_entity_name` string, nullable — The name of the entity that the lien filing matched to.
        - `search_entity_type` 'Business' | 'Person'
      - `dockets` V1DocketResponse[], nullable, required — The dockets associated with the business in the snapshot.
        - `id` string, uuid, required — ID of the docket
        - `docket_number` string, required — Unique identifier for the Docket in the given court system
        - `court` string, required — Court in which the docket was filed
        - `state` 'US' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'CN' | 'VI' | 'AE' | 'AA' | 'AP' | 'MX'
        - `division` string, nullable — Which court division
        - `judges` string[] — List of judges assigned to the docket
        - `title` string, required — Title of the docket
        - `case_type` string, nullable — Type of case
        - `status` string, nullable — Status of the case
        - `is_bankruptcy` boolean, required — Is the case a bankruptcy
        - `bankruptcy_type` 'Chapter 7' | 'Chapter 11' | 'Chapter 12' | 'Chapter 13' | 'Chapter 15'
        - `date_filed` string, date — Date the case was filed. In cases where the date is not provided, this will be set to 1900-01-01.
        - `last_synced_at` string, date-time, nullable — Datetime the case was last refreshed
        - `parties` V1DocketParty[] — List of parties involved in the docket
          - `id` string, uuid, required — The unique identifier of the docket party.
          - `name` string, required — The name of the docket party.
          - `party_type` string, nullable — Type of party
          - `counsel` string[] — List of counsel representing the party
        - `updates` V1DocketUpdate[] — List of updates to the docket
          - `id` string, uuid, required — ID of the litigation
          - `title` string, nullable — Update title
          - `contents` string, nullable — Update contents
          - `date` string, date, nullable — Update date
          - `exhibits` V1DocketExhibit[] — List of exhibits
            - `id` string, uuid, required — ID of the litigation
            - `title` string, required — Exhibit title
            - `is_available` boolean — Is the exhibit available
            - `document_url` string, nullable, required — The document_url is a string that represents Docket Exhibit's document URL.
        - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
        - `search_entity_name` string, nullable — The name of the entity that the docket matched to
        - `search_entity_type` 'Business' | 'Person'
        - `risk_level` 'high' | 'medium' | 'low' | 'no_risk'
        - `normalized_status` 'open' | 'closed'
      - `bankruptcies` V1DocketResponse[], nullable, required — The bankruptcies associated with the business in the snapshot.
        - `id` string, uuid, required — ID of the docket
        - `docket_number` string, required — Unique identifier for the Docket in the given court system
        - `court` string, required — Court in which the docket was filed
        - `state` 'US' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'CN' | 'VI' | 'AE' | 'AA' | 'AP' | 'MX'
        - `division` string, nullable — Which court division
        - `judges` string[] — List of judges assigned to the docket
        - `title` string, required — Title of the docket
        - `case_type` string, nullable — Type of case
        - `status` string, nullable — Status of the case
        - `is_bankruptcy` boolean, required — Is the case a bankruptcy
        - `bankruptcy_type` 'Chapter 7' | 'Chapter 11' | 'Chapter 12' | 'Chapter 13' | 'Chapter 15'
        - `date_filed` string, date — Date the case was filed. In cases where the date is not provided, this will be set to 1900-01-01.
        - `last_synced_at` string, date-time, nullable — Datetime the case was last refreshed
        - `parties` V1DocketParty[] — List of parties involved in the docket
          - `id` string, uuid, required — The unique identifier of the docket party.
          - `name` string, required — The name of the docket party.
          - `party_type` string, nullable — Type of party
          - `counsel` string[] — List of counsel representing the party
        - `updates` V1DocketUpdate[] — List of updates to the docket
          - `id` string, uuid, required — ID of the litigation
          - `title` string, nullable — Update title
          - `contents` string, nullable — Update contents
          - `date` string, date, nullable — Update date
          - `exhibits` V1DocketExhibit[] — List of exhibits
            - `id` string, uuid, required — ID of the litigation
            - `title` string, required — Exhibit title
            - `is_available` boolean — Is the exhibit available
            - `document_url` string, nullable, required — The document_url is a string that represents Docket Exhibit's document URL.
        - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
        - `search_entity_name` string, nullable — The name of the entity that the docket matched to
        - `search_entity_type` 'Business' | 'Person'
        - `risk_level` 'high' | 'medium' | 'low' | 'no_risk'
        - `normalized_status` 'open' | 'closed'
      - `business_website_analysis` V1WebsiteAnalysisDetails, required
        - `id` string, uuid, required — The ID of the Website Analysis request
        - `url` string, uri, required — The website URL that was analyzed as part of the Search.
        - `redirects` V1WebsiteRedirectInfo
          - `is_redirect_url` boolean, required — Indicates that this website performs a cross-domain redirect.
          - `redirects_to` string, required — The domain this website redirects to.
        - `parked` boolean, nullable, required — A boolean indicating if the website is suspected of being a parked domain.
        - `email_deliverable` boolean, nullable — A boolean indicating if the website is able to send and receive emails.
        - `phone_numbers` string[], nullable — The list of phone numbers that were identified on the analyzed website.
        - `emails` string[], nullable, required — The list of email addresses that were identified on the analyzed website.
        - `social_profiles` V1SocialProfile[], nullable, required — The list of social media profiles that were identified on the analyzed website.
          - `site` 'linked_in:personal' | 'linked_in:company' | 'twitter' | 'instagram' | 'facebook' | 'youtube' | 'tiktok' | 'pinterest' | 'x', required — The type of social profile.
          - `username` string, required — The username of the social profile.
          - `url` string, required — The URL of the social profile.
        - `addresses` V1AddressSummaryResponse[] — The list of mailing addresses that were identified on the analyzed website.
          - `id` string, uuid, required — Unique identifier for the address.
          - `street` string, required — Street name of the address.
          - `city` string, required — City name of the address.
          - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
          - `zip` string, required — Zip code of the address.
          - `latitude` number, required — Latitude of the address.
          - `longitude` number, required — Longitude of the address.
          - `rdi` 'Residential' | 'Commercial'
          - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
          - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
          - `url` string, uri, nullable — The URL to the address details.
          - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
        - `people` V1WebsiteAnalysisPerson[], nullable — The list of people identified on the analyzed website.
          - `name` string, required
          - `titles` string[], required
        - `website_build_status` 'coming_soon' | 'inactive' | 'active'
        - `website_summary` string, nullable — A summary of the business based on the analyzed website content.
        - `console_url` string, uri, required — The URL to the Website Analysis details in the console.
        - `screenshot_url` string, uri, nullable — The URL to download the homepage screenshot of the analyzed website.
        - `whois_record` V1WhoIsRecordResponse
          - `domain_created_at` string, date-time, nullable, required — The date and time when the domain was first registered.
          - `domain_age_months` integer, nullable — The age of the domain since its creation in months.
          - `domain_updated_at` string, date-time, nullable, required — The date and time when the domain registration was last updated.
          - `domain_expires_at` string, date-time, nullable, required — The date and time when the domain registration is set to expire.
          - `registrar` string, nullable, required — The name of the domain registrar.
        - `ssl_validity` V1SSLValidityInfo — SSL certificate information with fraud-relevant signals. is_valid semantics: True: Certificate is valid and trusted False: Certificate is definitively invalid (expired, untrusted, revoked, etc.) None: Cannot determine (connection failed, timeout, non-HTTPS)
          - `is_valid` boolean, nullable — Whether the SSL certificate is valid (True=valid, False=invalid, None=indeterminate)
          - `reason` 'CERTIFICATE_EXPIRED' | 'HOSTNAME_MISMATCH' | 'SELF_SIGNED' | 'REVOKED' | 'UNTRUSTED_AUTHORITY' | 'VERIFICATION_FAILED' | 'NOT_HTTPS' | 'CONNECTION_TIMED_OUT' | 'UNABLE_TO_CONNECT' | 'SERVER_DISCONNECTED' | 'SERVER_ERROR' | 'CONNECTION_ERROR' — Reasons why an SSL certificate check failed or could not be determined. Used when is_valid is False (certificate invalid) or None (indeterminate).
          - `issuer` string, nullable — Certificate issuer (CA) common name
          - `subject` string, nullable — Certificate subject common name
          - `issued_date` string, date-time, nullable — When the certificate was issued
          - `expiry_date` string, date-time, nullable — When the certificate expires
          - `days_until_expiry` integer, nullable — Days until certificate expires (negative if expired)
          - `cert_age_days` integer, nullable — Days since certificate was issued
          - `certificate_type` 'DV' | 'OV' | 'EV' | 'Unknown' — Type of SSL certificate based on validation level. DV (Domain Validation): Only domain ownership verified - easiest to obtain OV (Organization Validation): Organization identity verified EV (Extended Validation): Extensive organization verification - highest trust
          - `is_wildcard` boolean, nullable — Whether this is a wildcard certificate (*.example.com)
          - `key_size` integer, nullable — Public key size in bits
          - `tls_version` 'TLSv1.0' | 'TLSv1.1' | 'TLSv1.2' | 'TLSv1.3' | 'SSLv3' | 'Unknown' — TLS protocol version used for SSL connections.
          - `is_self_signed` boolean, nullable — Whether the certificate is self-signed (not trusted by a CA)
          - `is_revoked` boolean, nullable — Whether the certificate has been revoked (via OCSP check)
        - `website_structure_metrics` V1WebsiteStructureMetrics — Website structure metrics discovered during scraping. Formatted as strings for display: - depth: "0", "1", or "2+" - breadth: actual count as string or "15+"
          - `depth` string, required — Maximum depth reached: '0' (homepage only), '1' (one level), or '2+' (structured site)
          - `breadth` string, required — Total unique pages discovered: actual count or '15+' for substantial sites
      - `item_website_analysis` V1WebsiteAnalysisDetails, required
        - `id` string, uuid, required — The ID of the Website Analysis request
        - `url` string, uri, required — The website URL that was analyzed as part of the Search.
        - `redirects` V1WebsiteRedirectInfo
          - `is_redirect_url` boolean, required — Indicates that this website performs a cross-domain redirect.
          - `redirects_to` string, required — The domain this website redirects to.
        - `parked` boolean, nullable, required — A boolean indicating if the website is suspected of being a parked domain.
        - `email_deliverable` boolean, nullable — A boolean indicating if the website is able to send and receive emails.
        - `phone_numbers` string[], nullable — The list of phone numbers that were identified on the analyzed website.
        - `emails` string[], nullable, required — The list of email addresses that were identified on the analyzed website.
        - `social_profiles` V1SocialProfile[], nullable, required — The list of social media profiles that were identified on the analyzed website.
          - `site` 'linked_in:personal' | 'linked_in:company' | 'twitter' | 'instagram' | 'facebook' | 'youtube' | 'tiktok' | 'pinterest' | 'x', required — The type of social profile.
          - `username` string, required — The username of the social profile.
          - `url` string, required — The URL of the social profile.
        - `addresses` V1AddressSummaryResponse[] — The list of mailing addresses that were identified on the analyzed website.
          - `id` string, uuid, required — Unique identifier for the address.
          - `street` string, required — Street name of the address.
          - `city` string, required — City name of the address.
          - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
          - `zip` string, required — Zip code of the address.
          - `latitude` number, required — Latitude of the address.
          - `longitude` number, required — Longitude of the address.
          - `rdi` 'Residential' | 'Commercial'
          - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
          - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
          - `url` string, uri, nullable — The URL to the address details.
          - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
        - `people` V1WebsiteAnalysisPerson[], nullable — The list of people identified on the analyzed website.
          - `name` string, required
          - `titles` string[], required
        - `website_build_status` 'coming_soon' | 'inactive' | 'active'
        - `website_summary` string, nullable — A summary of the business based on the analyzed website content.
        - `console_url` string, uri, required — The URL to the Website Analysis details in the console.
        - `screenshot_url` string, uri, nullable — The URL to download the homepage screenshot of the analyzed website.
        - `whois_record` V1WhoIsRecordResponse
          - `domain_created_at` string, date-time, nullable, required — The date and time when the domain was first registered.
          - `domain_age_months` integer, nullable — The age of the domain since its creation in months.
          - `domain_updated_at` string, date-time, nullable, required — The date and time when the domain registration was last updated.
          - `domain_expires_at` string, date-time, nullable, required — The date and time when the domain registration is set to expire.
          - `registrar` string, nullable, required — The name of the domain registrar.
        - `ssl_validity` V1SSLValidityInfo — SSL certificate information with fraud-relevant signals. is_valid semantics: True: Certificate is valid and trusted False: Certificate is definitively invalid (expired, untrusted, revoked, etc.) None: Cannot determine (connection failed, timeout, non-HTTPS)
          - `is_valid` boolean, nullable — Whether the SSL certificate is valid (True=valid, False=invalid, None=indeterminate)
          - `reason` 'CERTIFICATE_EXPIRED' | 'HOSTNAME_MISMATCH' | 'SELF_SIGNED' | 'REVOKED' | 'UNTRUSTED_AUTHORITY' | 'VERIFICATION_FAILED' | 'NOT_HTTPS' | 'CONNECTION_TIMED_OUT' | 'UNABLE_TO_CONNECT' | 'SERVER_DISCONNECTED' | 'SERVER_ERROR' | 'CONNECTION_ERROR' — Reasons why an SSL certificate check failed or could not be determined. Used when is_valid is False (certificate invalid) or None (indeterminate).
          - `issuer` string, nullable — Certificate issuer (CA) common name
          - `subject` string, nullable — Certificate subject common name
          - `issued_date` string, date-time, nullable — When the certificate was issued
          - `expiry_date` string, date-time, nullable — When the certificate expires
          - `days_until_expiry` integer, nullable — Days until certificate expires (negative if expired)
          - `cert_age_days` integer, nullable — Days since certificate was issued
          - `certificate_type` 'DV' | 'OV' | 'EV' | 'Unknown' — Type of SSL certificate based on validation level. DV (Domain Validation): Only domain ownership verified - easiest to obtain OV (Organization Validation): Organization identity verified EV (Extended Validation): Extensive organization verification - highest trust
          - `is_wildcard` boolean, nullable — Whether this is a wildcard certificate (*.example.com)
          - `key_size` integer, nullable — Public key size in bits
          - `tls_version` 'TLSv1.0' | 'TLSv1.1' | 'TLSv1.2' | 'TLSv1.3' | 'SSLv3' | 'Unknown' — TLS protocol version used for SSL connections.
          - `is_self_signed` boolean, nullable — Whether the certificate is self-signed (not trusted by a CA)
          - `is_revoked` boolean, nullable — Whether the certificate has been revoked (via OCSP check)
        - `website_structure_metrics` V1WebsiteStructureMetrics — Website structure metrics discovered during scraping. Formatted as strings for display: - depth: "0", "1", or "2+" - breadth: actual count as string or "15+"
          - `depth` string, required — Maximum depth reached: '0' (homepage only), '1' (one level), or '2+' (structured site)
          - `breadth` string, required — Total unique pages discovered: actual count or '15+' for substantial sites
      - `search_combinations` V1ApplicationDetailCombinationsResponse[], nullable, required — The search combinations associated with the business in the snapshot.
        - `created_at` string, date-time, required — The date and time when the search was created.
        - `name` string, required — The name inputted on the search.
        - `address` string, required — The address inputted on the search.
        - `tin` string, nullable — The TIN inputted on the search.
        - `officer_names` string[] — The officer names inputted on the search.
      - `search_history` V1ApplicationVelocityResponse[], nullable, required — The search history associated with the business in the snapshot.
        - `created_at` string, date-time, required — The date and time when the application was submitted.
        - `type` 'neobank' | 'community_bank' | 'credit_union' | 'regional_bank' | 'national_bank' | 'fintech' | 'smb_lender' | 'merchant_cash_advanced' | 'processor' | 'infrastructure' | 'other', required
        - `team` 'cSuite' | 'risk' | 'compliance' | 'engineering' | 'operations' | 'innovation' | 'other' — Enum class for the different departments within an organization. These values are associated with the `User` model and are set during the user onboarding flow.
        - `product` 'savings' | 'credit' | 'working_capital' | 'equipment' | 'cash_advance' | 'payments' | 'other' — Enum class for the different products within an organization. These values are associated with the `User` model and are determined during the user onboarding process.
    - V1PersonPortfolioItemSnapshotData — Represents the data of a person portfolio item snapshot.
      - `type` 'Person', required — The type of the portfolio item snapshot data.
      - `person` V1PersonResponse, required
        - `id` string, uuid, required — The unique identifier of the person
        - `first_name` string, required — The first name of the person
        - `last_name` string, required — The last name of the person
        - `ssn` string, required — The social security number of the person
        - `middle_name` string, nullable — The middle name of the person
        - `phone_number` string, nullable — The phone number of the person in E164 format
        - `email` string, nullable — The email address of the person
        - `date_of_birth` string, date, nullable — The date of birth of the person
        - `gender` 'M' | 'F'
        - `marital_status` 'married' | 'single' | 'divorced' | 'widowed' | 'separated' | 'domestic_partner' | 'civil_union' | 'other'
        - `suffix` string, nullable — The suffix of the person
        - `title` string, nullable — The title of the person
        - `created_at` string, date-time, required — When the person record was created
        - `updated_at` string, date-time, nullable — When the person record was last updated
        - `dockets` V1DocketResponse[] — The dockets associated with the person
          - `id` string, uuid, required — ID of the docket
          - `docket_number` string, required — Unique identifier for the Docket in the given court system
          - `court` string, required — Court in which the docket was filed
          - `state` 'US' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'CN' | 'VI' | 'AE' | 'AA' | 'AP' | 'MX'
          - `division` string, nullable — Which court division
          - `judges` string[] — List of judges assigned to the docket
          - `title` string, required — Title of the docket
          - `case_type` string, nullable — Type of case
          - `status` string, nullable — Status of the case
          - `is_bankruptcy` boolean, required — Is the case a bankruptcy
          - `bankruptcy_type` 'Chapter 7' | 'Chapter 11' | 'Chapter 12' | 'Chapter 13' | 'Chapter 15'
          - `date_filed` string, date — Date the case was filed. In cases where the date is not provided, this will be set to 1900-01-01.
          - `last_synced_at` string, date-time, nullable — Datetime the case was last refreshed
          - `parties` V1DocketParty[] — List of parties involved in the docket
            - `id` string, uuid, required — The unique identifier of the docket party.
            - `name` string, required — The name of the docket party.
            - `party_type` string, nullable — Type of party
            - `counsel` string[] — List of counsel representing the party
          - `updates` V1DocketUpdate[] — List of updates to the docket
            - `id` string, uuid, required — ID of the litigation
            - `title` string, nullable — Update title
            - `contents` string, nullable — Update contents
            - `date` string, date, nullable — Update date
            - `exhibits` V1DocketExhibit[] — List of exhibits
              - …
          - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
          - `search_entity_name` string, nullable — The name of the entity that the docket matched to
          - `search_entity_type` 'Business' | 'Person'
          - `risk_level` 'high' | 'medium' | 'low' | 'no_risk'
          - `normalized_status` 'open' | 'closed'
        - `liens` V1LienFilingResponse[] — The liens associated with the person
          - `id` string, uuid, required — The identifier of this lien filing record.
          - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
          - `filing_number` string, required — Sequential identifier assigned by the filing office.
          - `filing_type` string, required — Describes the nature of the filing.
          - `filing_date` string, date, required — Official date when the lien was recorded.
          - `lapse_date` string, date, required — The expiry date for the lien's claim on collateral.
          - `status` string, required — Reflects the current legal status of the lien.
          - `number_of_pages` integer, required — Reflects the volume of documentation for the lien filing.
          - `document_filename` string, nullable — When present, it indicates that a document is available for download; Use get_lien_filing_documents or get_lien_filing_documents_for_business_id to download the documents.
          - `parties` V1LienPartyResponse[] — A list of parties associated with this lien filing, encompassing both debtors and secured parties. This relationship is critical for identifying all entities with a vested interest in the lien's terms and outcome.
            - `id` string, uuid, required — The identifier of this lien filing record.
            - `role` 'Debtor' | 'Secured Party' | 'Record Owner', required — Enum class delineating the role of parties in a lien transaction as defined by the UCC.
            - `name` string, required — Legal name of the party; crucial for due diligence and legal proceedings related to the lien.
            - `address` V1AddressSummaryResponse, required — Response model for address summary data. This model defines the structure for address summary API responses.
              - …
            - `type` string, required — The type of lien party, indicating whether the party is an individual or an organization. A computed property that returns the role of the lien party. Note: This `type` property is planned to be deprecated in favor of the `role` field in future versions.
          - `amendments` V1LienAmendmentResponse[] — A chronological list of amendments to this lien filing, detailing any continuations, terminations, or modifications. This historical record is fundamental for tracking the evolution and current standing of the lien.
            - `filing_number` string, required — The document filing number.
            - `filing_type` string, required — The document filing type.
            - `filing_date` string, date, required — The date of the lien filing.
            - `number_of_pages` integer, required — Number of image pages in the library for this filing number.
          - `collateral_statements` V1LienCollateralStatementResponse[] — A sequence of collateral statements associated with this lien filing, enumerating the specific assets secured by the lien. The order of these statements can denote the priority of claims against the assets.
            - `text` string, required — A detailed description of the collateral that is subject to the lien.
            - `sort_order` integer, required — An integer representing the display or priority order of the collateral statements.
          - `last_updated_at` string, date, required — The date the lien filing record was last updated.
          - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
          - `search_entity_name` string, nullable — The name of the entity that the lien filing matched to.
          - `search_entity_type` 'Business' | 'Person'
        - `watchlist_hits` V1WatchlistHitResponse[] — The watchlist hits associated with the person.
          - `code` string, required — The code of the watchlist data source.
          - `name` 'Death Master File' | 'Department of Treasury, Office of Foreign Assets Control' | 'Politically Exposed Persons' | 'IRS Exempt Organizations List' | 'FBI Wanted List' | 'Department of Commerce, Consolidated Screening List' | 'Consolidated Canadian Autonomous Sanctions List' | 'HHS OIG List of Excluded Individuals/Entities' | 'Baselayer Fraud Consortium', required
          - `count` integer, required — The number of hits found in the watchlist data source.
          - `details` object[], nullable — The details of the watchlist hits.
      - `liens` V1LienFilingResponse[], nullable, required — The liens associated with the person in the snapshot.
        - `id` string, uuid, required — The identifier of this lien filing record.
        - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
        - `filing_number` string, required — Sequential identifier assigned by the filing office.
        - `filing_type` string, required — Describes the nature of the filing.
        - `filing_date` string, date, required — Official date when the lien was recorded.
        - `lapse_date` string, date, required — The expiry date for the lien's claim on collateral.
        - `status` string, required — Reflects the current legal status of the lien.
        - `number_of_pages` integer, required — Reflects the volume of documentation for the lien filing.
        - `document_filename` string, nullable — When present, it indicates that a document is available for download; Use get_lien_filing_documents or get_lien_filing_documents_for_business_id to download the documents.
        - `parties` V1LienPartyResponse[] — A list of parties associated with this lien filing, encompassing both debtors and secured parties. This relationship is critical for identifying all entities with a vested interest in the lien's terms and outcome.
          - `id` string, uuid, required — The identifier of this lien filing record.
          - `role` 'Debtor' | 'Secured Party' | 'Record Owner', required — Enum class delineating the role of parties in a lien transaction as defined by the UCC.
          - `name` string, required — Legal name of the party; crucial for due diligence and legal proceedings related to the lien.
          - `address` V1AddressSummaryResponse, required — Response model for address summary data. This model defines the structure for address summary API responses.
            - `id` string, uuid, required — Unique identifier for the address.
            - `street` string, required — Street name of the address.
            - `city` string, required — City name of the address.
            - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
            - `zip` string, required — Zip code of the address.
            - `latitude` number, required — Latitude of the address.
            - `longitude` number, required — Longitude of the address.
            - `rdi` 'Residential' | 'Commercial'
            - `deliverable` boolean, nullable — Indicates whether the address is deliverable.
            - `cmra` boolean, nullable — Indicates whether the address is a Commercial Mail Receiving Agency (CMRA).
            - `url` string, uri, nullable — The URL to the address details.
            - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.
          - `type` string, required — The type of lien party, indicating whether the party is an individual or an organization. A computed property that returns the role of the lien party. Note: This `type` property is planned to be deprecated in favor of the `role` field in future versions.
        - `amendments` V1LienAmendmentResponse[] — A chronological list of amendments to this lien filing, detailing any continuations, terminations, or modifications. This historical record is fundamental for tracking the evolution and current standing of the lien.
          - `filing_number` string, required — The document filing number.
          - `filing_type` string, required — The document filing type.
          - `filing_date` string, date, required — The date of the lien filing.
          - `number_of_pages` integer, required — Number of image pages in the library for this filing number.
        - `collateral_statements` V1LienCollateralStatementResponse[] — A sequence of collateral statements associated with this lien filing, enumerating the specific assets secured by the lien. The order of these statements can denote the priority of claims against the assets.
          - `text` string, required — A detailed description of the collateral that is subject to the lien.
          - `sort_order` integer, required — An integer representing the display or priority order of the collateral statements.
        - `last_updated_at` string, date, required — The date the lien filing record was last updated.
        - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
        - `search_entity_name` string, nullable — The name of the entity that the lien filing matched to.
        - `search_entity_type` 'Business' | 'Person'
      - `dockets` V1DocketResponse[], nullable, required — The dockets associated with the person in the snapshot.
        - `id` string, uuid, required — ID of the docket
        - `docket_number` string, required — Unique identifier for the Docket in the given court system
        - `court` string, required — Court in which the docket was filed
        - `state` 'US' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'CN' | 'VI' | 'AE' | 'AA' | 'AP' | 'MX'
        - `division` string, nullable — Which court division
        - `judges` string[] — List of judges assigned to the docket
        - `title` string, required — Title of the docket
        - `case_type` string, nullable — Type of case
        - `status` string, nullable — Status of the case
        - `is_bankruptcy` boolean, required — Is the case a bankruptcy
        - `bankruptcy_type` 'Chapter 7' | 'Chapter 11' | 'Chapter 12' | 'Chapter 13' | 'Chapter 15'
        - `date_filed` string, date — Date the case was filed. In cases where the date is not provided, this will be set to 1900-01-01.
        - `last_synced_at` string, date-time, nullable — Datetime the case was last refreshed
        - `parties` V1DocketParty[] — List of parties involved in the docket
          - `id` string, uuid, required — The unique identifier of the docket party.
          - `name` string, required — The name of the docket party.
          - `party_type` string, nullable — Type of party
          - `counsel` string[] — List of counsel representing the party
        - `updates` V1DocketUpdate[] — List of updates to the docket
          - `id` string, uuid, required — ID of the litigation
          - `title` string, nullable — Update title
          - `contents` string, nullable — Update contents
          - `date` string, date, nullable — Update date
          - `exhibits` V1DocketExhibit[] — List of exhibits
            - `id` string, uuid, required — ID of the litigation
            - `title` string, required — Exhibit title
            - `is_available` boolean — Is the exhibit available
            - `document_url` string, nullable, required — The document_url is a string that represents Docket Exhibit's document URL.
        - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
        - `search_entity_name` string, nullable — The name of the entity that the docket matched to
        - `search_entity_type` 'Business' | 'Person'
        - `risk_level` 'high' | 'medium' | 'low' | 'no_risk'
        - `normalized_status` 'open' | 'closed'
      - `bankruptcies` V1DocketResponse[], nullable, required — The bankruptcies associated with the person in the snapshot.
        - `id` string, uuid, required — ID of the docket
        - `docket_number` string, required — Unique identifier for the Docket in the given court system
        - `court` string, required — Court in which the docket was filed
        - `state` 'US' | 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'CN' | 'VI' | 'AE' | 'AA' | 'AP' | 'MX'
        - `division` string, nullable — Which court division
        - `judges` string[] — List of judges assigned to the docket
        - `title` string, required — Title of the docket
        - `case_type` string, nullable — Type of case
        - `status` string, nullable — Status of the case
        - `is_bankruptcy` boolean, required — Is the case a bankruptcy
        - `bankruptcy_type` 'Chapter 7' | 'Chapter 11' | 'Chapter 12' | 'Chapter 13' | 'Chapter 15'
        - `date_filed` string, date — Date the case was filed. In cases where the date is not provided, this will be set to 1900-01-01.
        - `last_synced_at` string, date-time, nullable — Datetime the case was last refreshed
        - `parties` V1DocketParty[] — List of parties involved in the docket
          - `id` string, uuid, required — The unique identifier of the docket party.
          - `name` string, required — The name of the docket party.
          - `party_type` string, nullable — Type of party
          - `counsel` string[] — List of counsel representing the party
        - `updates` V1DocketUpdate[] — List of updates to the docket
          - `id` string, uuid, required — ID of the litigation
          - `title` string, nullable — Update title
          - `contents` string, nullable — Update contents
          - `date` string, date, nullable — Update date
          - `exhibits` V1DocketExhibit[] — List of exhibits
            - `id` string, uuid, required — ID of the litigation
            - `title` string, required — Exhibit title
            - `is_available` boolean — Is the exhibit available
            - `document_url` string, nullable, required — The document_url is a string that represents Docket Exhibit's document URL.
        - `match_level` 'NO_MATCH' | 'SIMILAR' | 'EXACT'
        - `search_entity_name` string, nullable — The name of the entity that the docket matched to
        - `search_entity_type` 'Business' | 'Person'
        - `risk_level` 'high' | 'medium' | 'low' | 'no_risk'
        - `normalized_status` 'open' | 'closed'
  - `created_at` string, date-time, required — When the snapshot was created.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/versions/0cc89938bc26/schema)
