Skip to main content
PropertyValue
Dataset codeD19
Section codeS3 — Collections Cases
Endpoint path/exports/S3/D19
Cursor fieldcreated_at
Page size11000 (default 500)
AvailabilityAvailable (v1.2)
PaginationVia (variable page size — joined through a parent)
Each row is one record from the deal-level activity log. It is similar to D17 but rolled up at the deal level rather than per-borrower.

Fields

FieldTypeDescriptionNotes
public_idstringStable per-row identifier (string-cast Mongo _id).Use as the warehouse primary key
actionstringAction code.
commentstring | nullOptional comment.
created_bystringActor (user id or system tag).
created_atstringEvent timestamp (ISO-8601).Cursor field

Sample row

{
  "public_id": "664b1e4f5a6b7c8091203399",
  "action": "note_added",
  "comment": "Left voicemail; will retry tomorrow",
  "created_by": "agent_4471",
  "created_at": "2026-05-22T15:48:21.000Z"
}

Pagination characteristics

This dataset is via — it is filtered to your tenant by joining through its parent (deal_idBorrowerDeals). 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-level event stream.
  • Complement to D17 for activity analytics.

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.