Skip to main content
One row per outreach attempt we made — a call, email, or other operational communication. It includes the direction, status, duration, and timestamps. It does not include message bodies, transcripts, or PBX metadata, which are operational-only and deliberately excluded.

Fields

Sample row

duration is a fractional number, not an integer. It carries sub-second precision (e.g. 119.86464333534241) and may be null. If you ingest into a typed warehouse, map it to a floating-point/decimal type (FLOAT64, NUMERIC) — mapping to INT64/INTEGER will reject rows with fractional values.

Pagination characteristics

This dataset is via — it is filtered to your tenant by joining through its parent (user_lender_detail_idUserLenderDetails). 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

  • Attempt funnel analysis.
  • Cross-channel reach analytics (phone vs. email).
  • Operational health monitoring.
Page size may be smaller than the requested limit on multi-tenant DBs. Do not infer “end of data” from rows.length < limit — rely on nextCursor: null.