The catalog lists 25 dataset codes across five sections. As of v1.2, 19 codes are available to fetch today. The remaining 6 codes (D04, D06, D10, D11, D13, D24) are reserved for future use and listed with
available: false. Fetching any dataset with available: false returns a 404.Endpoints
Catalog endpoint
Discover the sections and datasets you are allowed to export, with cursor fields and availability flags.
Fetch dataset endpoint
Retrieve paginated, redacted rows for a single dataset, for both initial and incremental loads.
Available datasets at a glance
| Code | Dataset | Cursor field | Typical use |
|---|---|---|---|
| D01 | Borrowers | updated_at | Customer master |
| D02 | Borrower Accounts | updated_at | Account / loan portfolio |
| D03 | Borrower Sub Accounts | updated_at | Per-instalment balance trail |
| D05 | Borrower Account Events | created_at | Channel / status events |
| D07 | Borrower Payments | updated_at | Payment events |
| D08 | Borrower Payment Plans | updated_at | Payment plan headers |
| D09 | Borrower Payment Plan Installments | updated_at | Per-installment rows |
| D12 | Scheduled Payments | updated_at | Future-dated payment instructions |
| D14 | Payment Proofs | updated_at | Uploaded receipts metadata |
| D15 | Borrower Settlements | updated_at | Settlement / promise-to-pay plans |
| D16 | Borrower Deals | updated_at | Collections case state |
| D17 | Borrower Deal Activity Logs | created_at | Per-case activity |
| D18 | Borrower Deal Logs | created_at | Case state snapshots |
| D19 | Deal Activity Logs | created_at | Deal-level activity |
| D20 | Deal Views | updated_at | Saved deal filters |
| D21 | Communication Logs | communicated_at | Per-attempt operational call & email log |
| D22 | Conversations | updated_at | Email and messaging threads |
| D23 | Manual Communication Logs | communicated_at | Agent’s outreach outcomes |
| D26 | User Lender Details | updated_at | Borrower-×-lender link |
Date and time formats
Exports return two distinct date conventions, depending on how the field is stored at source — parse them with separate handling:- System timestamps —
created_at,updated_at,communicated_at, and any genuineDate-typed field (e.g. the PTP / broken-PTP dates onD16) are ISO-8601 with milliseconds and aZsuffix (e.g.2026-05-28T11:42:08.000Z). - Business date columns — certain date fields are stored as plain strings and are returned exactly as stored, in
DD/MM/YYYY(e.g.22/02/2026). They are not normalized to ISO-8601, carry no time component, and no timezone. ConfirmedDD/MM/YYYYfields today:D02/D03submitted_dateanddue_date, andD16dpd_due_dateandlast_due_date.
Quick reference
Pagination
Cursor encoding, initial vs. incremental loads, and variable page-size behavior.
Errors
Every status code the export endpoints return, with example bodies.
Datasets
Field-by-field reference for each Phase 1 dataset.
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.