Skip to content
APIANT
GuidePlatformv1

List

Fetch all records.

Common usage

  • Reports and rollups — pull all records in a time window, aggregate downstream.
  • Bulk sync — list all records on first run, then fall back to polling updates.
  • Inside a conditional loop — page through until a stop condition is met.

What the skill handles

  • Pagination, when the connector implements it (cursor, offset, or page-number style depends on the API).
  • Rate-limit pacing via the connector's configured throttle.
Last updated May 4, 2026