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

# Get Portfolio Item Snapshot Diff

`GET /portfolio/items/{item_id}/diff`

Retrieves a diff between two snapshots of a portfolio item.

The diff shows the changes between the from_snapshot and to_snapshot,
including business information, liens, dockets, and website analysis changes.

Args:
    format: The response format. Options:
        - json (default): Returns the full diff response with snapshots and changes
        - notifications: Returns notifications generated from the diff changes
        - json_patch: Returns only the JSON patch operations array

## Path parameters

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

## Query parameters

- `from_snapshot_id` string, uuid, required — The unique identifier of the source snapshot for the diff.
- `to_snapshot_id` string, uuid, required — The unique identifier of the target snapshot for the diff.
- `format` 'json' | 'notifications' | 'json_patch' — Format options for portfolio item snapshot diff responses.

## Response `200`

Successful Response

- union
  - V1PortfolioItemSnapshotDiffResponse — Represents a portfolio item snapshot diff response.
    - `from_snapshot` V1PortfolioItemSnapshotResponse, required — 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.
              - …
            - `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.
              - …
            - `reviews` V1DiscoveredReview[], nullable — The list of customer reviews potentially associated with this business entity that were identified by searching the web.
              - …
            - `directory_listings` V1DirectoryListingResponse[], nullable — Directory listings (BBB, Yelp, etc.) discovered during website analysis, including business category, contact info, and address.
              - …
            - `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.
              - …
            - `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.
              - …
            - `business_officers` V1BusinessOfficerResponse[] — The officers associated with the business entity.
              - …
            - `predicted_naics` V1PredictedNaicsResponse[] — The predicted NAICS code(s) for the business entity.
              - …
            - `watchlist_hits` V1WatchlistHitResponse[] — The watchlist hits associated with the business entity.
              - …
            - `sec_registrations` V1SecRegistrationResponse[] — SEC EDGAR registrations linked to this business. Empty when no SEC registration is linked.
              - …
            - `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.
              - …
            - `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.
              - …
            - `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.
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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
              - …
            - `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.
              - …
            - `addresses` V1AddressSummaryResponse[] — The list of mailing addresses that were identified on the analyzed website.
              - …
            - `people` V1WebsiteAnalysisPerson[], nullable — The list of people identified on the analyzed website.
              - …
            - `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
              - …
            - `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)
              - …
            - `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+"
              - …
          - `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
              - …
            - `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.
              - …
            - `addresses` V1AddressSummaryResponse[] — The list of mailing addresses that were identified on the analyzed website.
              - …
            - `people` V1WebsiteAnalysisPerson[], nullable — The list of people identified on the analyzed website.
              - …
            - `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
              - …
            - `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)
              - …
            - `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+"
              - …
          - `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
              - …
            - `liens` V1LienFilingResponse[] — The liens associated with the person
              - …
            - `watchlist_hits` V1WatchlistHitResponse[] — The watchlist hits associated with the person.
              - …
          - `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.
              - …
            - `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.
              - …
            - `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.
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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.
    - `to_snapshot` V1PortfolioItemSnapshotResponse, required — 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.
              - …
            - `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.
              - …
            - `reviews` V1DiscoveredReview[], nullable — The list of customer reviews potentially associated with this business entity that were identified by searching the web.
              - …
            - `directory_listings` V1DirectoryListingResponse[], nullable — Directory listings (BBB, Yelp, etc.) discovered during website analysis, including business category, contact info, and address.
              - …
            - `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.
              - …
            - `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.
              - …
            - `business_officers` V1BusinessOfficerResponse[] — The officers associated with the business entity.
              - …
            - `predicted_naics` V1PredictedNaicsResponse[] — The predicted NAICS code(s) for the business entity.
              - …
            - `watchlist_hits` V1WatchlistHitResponse[] — The watchlist hits associated with the business entity.
              - …
            - `sec_registrations` V1SecRegistrationResponse[] — SEC EDGAR registrations linked to this business. Empty when no SEC registration is linked.
              - …
            - `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.
              - …
            - `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.
              - …
            - `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.
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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
              - …
            - `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.
              - …
            - `addresses` V1AddressSummaryResponse[] — The list of mailing addresses that were identified on the analyzed website.
              - …
            - `people` V1WebsiteAnalysisPerson[], nullable — The list of people identified on the analyzed website.
              - …
            - `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
              - …
            - `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)
              - …
            - `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+"
              - …
          - `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
              - …
            - `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.
              - …
            - `addresses` V1AddressSummaryResponse[] — The list of mailing addresses that were identified on the analyzed website.
              - …
            - `people` V1WebsiteAnalysisPerson[], nullable — The list of people identified on the analyzed website.
              - …
            - `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
              - …
            - `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)
              - …
            - `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+"
              - …
          - `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
              - …
            - `liens` V1LienFilingResponse[] — The liens associated with the person
              - …
            - `watchlist_hits` V1WatchlistHitResponse[] — The watchlist hits associated with the person.
              - …
          - `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.
              - …
            - `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.
              - …
            - `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.
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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
              - …
            - `updates` V1DocketUpdate[] — List of updates to the docket
              - …
            - `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.
    - `json_patch` union[], required — The diff in JSON Patch format.
      - union
        - AddOperation — Add operation: adds a value to the target location.
          - `op` 'add', required
          - `path` string, required — JSON Pointer path to the target location
          - `value` unknown, required
        - RemoveOperation — Remove operation: removes the value at the target location.
          - `op` 'remove', required
          - `path` string, required — JSON Pointer path to the target location
        - ReplaceOperation — Replace operation: replaces the value at the target location.
          - `op` 'replace', required
          - `path` string, required — JSON Pointer path to the target location
          - `value` unknown, required
        - MoveOperation — Move operation: moves a value from one location to another.
          - `op` 'move', required
          - `path` string, required — JSON Pointer path to the target location
          - `from` string, required — JSON Pointer path to source location
        - CopyOperation — Copy operation: copies a value from one location to another.
          - `op` 'copy', required
          - `path` string, required — JSON Pointer path to the target location
          - `from` string, required — JSON Pointer path to source location
        - CheckOperation — Test operation: tests that a value at the target location equals a specified value. Note: Renamed from TestOperation to avoid pytest collection warnings.
          - `op` 'test', required
          - `path` string, required — JSON Pointer path to the target location
          - `value` unknown, required
    - `changes` V1DiffChangeResponse[], required — The human-readable changes extracted from the diff.
      - `path` string, required — The path of the change
      - `operation` 'add' | 'remove' | 'replace' | 'move' | 'copy' | 'test', required — Enumeration of valid JSON Patch operation types.
      - `old_value` unknown, required
      - `new_value` unknown, required
      - `changed_at` string, date-time, required — The date and time the change was made
  - V1PortfolioMonitoringNotificationResponse[]
    - `message` V1StructuredText, required — This class represents a structured text in the application. StructuredText is used to annotate individual parts of the text with semantic types. This is helpful to the UI for stylized rendering. It provides a way to structure the text in a way that can be easily understood and manipulated by the UI.
      - `components` V1TextComponent[], required — The structured text annotates individual parts of the text with semantic types, which is helpful to the UI for stylized rendering.
        - `type` 'regular' | 'subject' | 'value' | 'label' | 'actor', required — SemanticType is an enumeration of the different types of semantic segments that a text can have. It is used to structure and annotate text in a way that can be helpful for stylized rendering in a UI, without forcing a particular style.
        - `text` string, required — This is the text part that composes the whole sentence within the StructuredText.
        - `for` string, nullable — The entity that the text describes. When present, it points to the entity that the text describes.
        - `url` string, uri, nullable — When present, it points to the entity that the text describes.
      - `text` string, required — The same content as found in the components, but without any styling.
    - `notifiable_attribute` 'registration_health' | 'new_registrations' | 'addresses' | 'officers' | 'alternative_names' | 'kyb_score' | 'risk_score' | 'identity_network' | 'pep' | 'ofac' | 'liens' | 'litigations' | 'bankruptcies' | 'website_analysis', required
  - union[]
    - union
      - AddOperation — Add operation: adds a value to the target location.
        - `op` 'add', required
        - `path` string, required — JSON Pointer path to the target location
        - `value` unknown, required
      - RemoveOperation — Remove operation: removes the value at the target location.
        - `op` 'remove', required
        - `path` string, required — JSON Pointer path to the target location
      - ReplaceOperation — Replace operation: replaces the value at the target location.
        - `op` 'replace', required
        - `path` string, required — JSON Pointer path to the target location
        - `value` unknown, required
      - MoveOperation — Move operation: moves a value from one location to another.
        - `op` 'move', required
        - `path` string, required — JSON Pointer path to the target location
        - `from` string, required — JSON Pointer path to source location
      - CopyOperation — Copy operation: copies a value from one location to another.
        - `op` 'copy', required
        - `path` string, required — JSON Pointer path to the target location
        - `from` string, required — JSON Pointer path to source location
      - CheckOperation — Test operation: tests that a value at the target location equals a specified value. Note: Renamed from TestOperation to avoid pytest collection warnings.
        - `op` 'test', required
        - `path` string, required — JSON Pointer path to the target location
        - `value` unknown, required

## 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)
