Configuration
Resources
Some selections produce many API calls.
objects feeds records, which feed
record_entries, files, and threads; meetings similarly feed recordings
and transcripts. Selecting the three per-record children for 50,000 records
requires at least 150,000 child requests. Select only the resources you need.
Modes
Full only. The manifest declares noincremental blocks, so every run re-reads
every selected resource from the start. Full runs checkpoint their pagination
cursor per top-level resource and resume from the last completed page. Child
resources always restart with their parent.
Behavior
- Auth: bearer token from
api_keyon every request. - Pagination: offset paging on the query endpoints (injected into the
POST body for
recordsandentries, into the query string for attribute and entry lists), cursor paging with null termination on views, files, meetings, and call recordings, and single-page responses elsewhere. - Rate limiting: the manifest configures no client-side rate limit. The
engine still backs off on 429 responses, honoring
Retry-Afterfor up to 10 attempts, but deeply nested resources still send requests as fast as Attio accepts them. Large workspaces may be throttled frequently. - Every resource carries a
rawremainder column preserving fields the manifest does not project.