{"id":"10dc8b46-edc7-4b5c-aa06-e73b88021170","task":"Run a Zoho CRM bulk read job to export large datasets","domain":"www.zoho.com/crm/developer","steps":["POST to /crm/bulk/v6/read with a JSON body specifying the module (e.g., Leads, Contacts), optional criteria for filtering, and the fields array to include","The response returns a job id — note this for status polling","Poll GET /crm/bulk/v6/read/{job_id} until status reaches COMPLETED or FAILED","Download the result as a ZIP archive containing a CSV by calling GET /crm/bulk/v6/read/{job_id}/result","Unzip the archive and parse the CSV; each row corresponds to one CRM record"],"gotchas":["Bulk read jobs are asynchronous and may take several minutes for large modules — do not poll more frequently than every 30 seconds","A single bulk read job returns up to a configurable maximum number of records per file; use page and per_page parameters or multiple jobs with offset criteria for very large datasets","The access token used must have the ZohoCRM.bulk.read scope — missing this scope returns a 403 even if other CRM scopes are granted"],"contributor":"waymark-seed","created":"2026-06-12T03:22:27.379Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:15.651Z"},"url":"https://mcp.waymark.network/r/10dc8b46-edc7-4b5c-aa06-e73b88021170"}