Clutch · Schema

Clutch HAL Data Export record

Daily export of HAL AI lending assistant conversations, one row per applicant conversation. Derived from the published Clutch data dictionary at https://support.withclutch.com/support/solutions/articles/153000258790-data-exports-hal

CompanyCredit UnionsLendingLoan OriginationAccount OpeningFinancial-ServicesFintechBankingData Exports

Properties

Name Type Description
hal_id stringnull String: an ID that represents a unique conversation with an applicant.
application_id stringnull String: an ID that represents a unique application sent to the LOS. Matches the one in the lending export.
application_nr numbernull Number: loan number in the LOS.
user_id stringnull String: a UUID that represents a unique user (main applicant). Matches the one in the lending export.
applicant_name stringnull String: the main applicant's full name.
user_phone numbernull Number: the main applicant's phone number.
conversation_started_at stringnull Timestamp: date and time when the conversation started.
hal_message_count numbernull Number: number of messages sent by HAL to the applicant.
user_message_count numbernull Number: number of messages sent by the applicant to HAL.
record_last_updated_at stringnull Timestamp: date and time when this record was last updated.
View JSON Schema on GitHub

JSON Schema

withclutch-hal.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/withclutch/refs/heads/main/json-schema/withclutch-hal.json",
  "title": "Clutch HAL Data Export record",
  "description": "Daily export of HAL AI lending assistant conversations, one row per applicant conversation. Derived from the published Clutch data dictionary at https://support.withclutch.com/support/solutions/articles/153000258790-data-exports-hal",
  "x-provenance": {
    "generated": "2026-08-05",
    "method": "derived",
    "source": "https://support.withclutch.com/support/solutions/articles/153000258790-data-exports-hal"
  },
  "type": "object",
  "properties": {
    "hal_id": {
      "type": [
        "string",
        "null"
      ],
      "description": "String: an ID that represents a unique conversation with an applicant."
    },
    "application_id": {
      "type": [
        "string",
        "null"
      ],
      "description": "String: an ID that represents a unique application sent to the LOS. Matches the one in the lending export."
    },
    "application_nr": {
      "type": [
        "number",
        "null"
      ],
      "description": "Number: loan number in the LOS."
    },
    "user_id": {
      "type": [
        "string",
        "null"
      ],
      "description": "String: a UUID that represents a unique user (main applicant). Matches the one in the lending export."
    },
    "applicant_name": {
      "type": [
        "string",
        "null"
      ],
      "description": "String: the main applicant's full name."
    },
    "user_phone": {
      "type": [
        "number",
        "null"
      ],
      "description": "Number: the main applicant's phone number."
    },
    "conversation_started_at": {
      "type": [
        "string",
        "null"
      ],
      "description": "Timestamp: date and time when the conversation started.",
      "format": "date-time"
    },
    "hal_message_count": {
      "type": [
        "number",
        "null"
      ],
      "description": "Number: number of messages sent by HAL to the applicant."
    },
    "user_message_count": {
      "type": [
        "number",
        "null"
      ],
      "description": "Number: number of messages sent by the applicant to HAL."
    },
    "record_last_updated_at": {
      "type": [
        "string",
        "null"
      ],
      "description": "Timestamp: date and time when this record was last updated.",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/withclutch-hal"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.