Look up one lead by ID
find_lead_by_glidOne record in full, by its Lead ID (e.g. GL-CO-00042).
Use this when you already hold a Lead ID — from a file, a CRM, a receipt —
and want everything we know about that business and its owner: the
business, the primary contact, both scores, every attribute, and where
each field came from.
Args:
glid: The Lead ID, e.g. `GL-CO-00042` — the `lead_ref` field on every
record. Case-insensitive.
Returns:
The full lead detail dict, including a `_meta` provenance block
(schema_version, freshness incl. this record's last update, source,
score_versions, access_level). Raises ValueError if the id is not
shaped like a Lead ID or no record matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||