resource | What to read, e.g. people, cadence_memberships, emails, conversation_insights. |
id / ids | One record, or up to 100 records of a list resource. |
updated_since | ISO timestamp. Records updated after it, oldest first. Continue with next_updated_since. |
filters | Salesloft filters passed through. Arrays become key[]=; objects become range filters such as {created_at: {gte: "2026-09-01T00:00:00Z"}}. |
sort_by, sort_direction | Sort order. updated_since forces updated_at ascending. |
per_page, page, paginate, max_pages | Paging. 100 per page by default, 5 pages per call by default (20 at most), never past page 100. |