Returns a paginated list of all Web template rows for the authenticated organization (not filtered to one row per key – versions and multiple keys may appear). Newest first (created_at descending, then id descending). Use limit (default 25, max 100) and optional after_id for keyset pagination: for the next page, set after_id to the previous response last_id to fetch older rows. If the cursor id is missing or not in your org, the response is validation error INVALID_AFTER_ID on after_id. See Inquiry templates.
Documentation Index
Fetch the complete documentation index at: https://docs.inklink.com/llms.txt
Use this file to discover all available pages before exploring further.
"secret_live_xxx"
Keyset cursor: a template row id in your organization. When set, the list returns rows strictly older than that row. For the next page, use the previous page last_id. If the id is missing or not in your org, the response is validation error INVALID_AFTER_ID on after_id.
Page size (1–100, default 25).
1 <= x <= 100