| Property | Value |
|---|---|
| Dataset code | D18 |
| Section code | S3 — Collections Cases |
| Endpoint path | /exports/S3/D18 |
| Cursor field | created_at |
| Page size | 1–1000 (default 500) |
| Availability | Available (v1.2) |
| Pagination | Via (variable page size — joined through a parent) |
Fields
| Field | Type | Description | Notes |
|---|---|---|---|
public_id | string | Stable per-row identifier (string-cast Mongo _id). | Use as the warehouse primary key |
log_action | string | Log action code. | |
deal_stage_id | string | Stage at log time. | |
pipeline | string | Pipeline at log time. | |
comms_pipeline | string | Communications pipeline at log time. | |
ptp_date_human | string | null | PTP date set by a human agent (ISO-8601). | |
ptp_date_ai | string | null | PTP date set by an AI call (ISO-8601). | |
broken_ptp_date_human | string | null | When the human-set PTP was broken (ISO-8601). | |
broken_ptp_date_ai | string | null | When the AI-set PTP was broken (ISO-8601). | |
do_not_contact | boolean | Do-not-contact flag at log time. | |
created_at | string | Log timestamp (ISO-8601). | Cursor field |
Sample row
Pagination characteristics
This dataset is via — it is filtered to your tenant by joining through its parent (borrower_deal_id → BorrowerDeals). On multi-tenant databases a single response may contain fewer rows than your limit even when more data exists. The cursor still advances correctly — keep paging until nextCursor is null. See Pagination → Variable page size.
Use cases
- Deal-state historical reconstruction.
- SCD-style (slowly-changing-dimension) change capture for the case dimension table.
- Pipeline transition timing.
Need Help?
Our support team is available Monday-Friday, 9 AM - 6 PM GST. Reach out at support@cleargrid.co or visit our help center.