Skip to main content
PropertyValue
Dataset codeD05
Section codeS1 — Customers & Accounts
Endpoint path/exports/S1/D05
Cursor fieldcreated_at
Page size11000 (default 500)
AvailabilityAvailable (v1.2)
PaginationDirect (constant page size)
Each row is one significant event raised against a borrower account — a channel touch, a status change, or a system event.

Fields

FieldTypeDescriptionNotes
public_idstringStable per-row identifier.Native public_id on this collection
channelstringChannel the event came from (api, portal, phone, …).
eventstringEvent code / name.
ip_addressstringIP address of the actor.Masked — first two octets only (e.g. 157.48.0.0)
created_atstringEvent timestamp (ISO-8601).Cursor field

Sample row

{
  "public_id": "evt_7c1e9a0255d3",
  "channel": "portal",
  "event": "status_changed",
  "ip_address": "157.48.0.0",
  "created_at": "2026-05-24T16:09:47.000Z"
}
ip_address is always returned masked to its first two octets. The full address is never exposed by this endpoint.

Pagination characteristics

This dataset is direct. On this collection lender_id is stored as a string; the service’s type-flexible $in handles ObjectId/String parity transparently, so each page returns a constant number of rows until the last page.

Use cases

  • Source-of-record for an account_event-style stream into your warehouse.
  • Behavioural analytics on portal / IVR engagement.

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.