Skip to main content
List Recorder Meetings.
Tool ID: attention_list_recorder_meetings

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The static output schema is not detailed enough to generate a reliable example. Use deepline tools get attention_list_recorder_meetings --json for the complete live contract.

Input reference

Returns a cursor-paginated, deduplicated list of calendar meetings for the authenticated organization with the recording status of each meeting and each org participant. One row per calendar event. Intended for bulk export to data warehouses and analytics pipelines. Requires an organization-level API key — user-scoped keys are rejected. ### Window * fromDateTime and toDateTime are required and must define a window of at most 90 days. * When upcoming=true, results are ordered ascending by date; otherwise descending. UUID is used as a stable tiebreaker for same-date meetings. ### Pagination * Cursor-based. The first page is requested with no cursor. The response’s nextCursor is passed back unchanged on the next call. * When the response has no nextCursor, the iteration has reached the end of the dataset. * size is clamped to a server-side maximum of 200 (default 50). * See the live schema below for the complete notes.

Output reference

Standard tool result payload.

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.