Get Bulk Read Job Details
GET https://www.zohoapis.com/crm/bulk/v2.1/read/{{job_id}}
To get the details of a bulk read job performed previously. For detailed information on the API, please refer to our documentation.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"id":"4150868000005277059","operation":"read","state":"COMPLETED","result":{"page":1,"per_page":200000,"count":0,"download_url":"/crm/bulk/v2.1/read/4150868000005277059/result","more_records":false},"query":{"fields":["Last_Name","Owner","Owner.last_name","$converted","Lead_Source","Lead_Status","Company","Email","Mobile","Created_Time"],"module":{"id":"4150868000000002175","api_name":"Leads"},"criteria":{"group":[{"field":{"id":null,"api_name":"$converted"},"comparator":"equal","value":false},{"group":[{"field":{"id":"4150868000000002595","api_name":"Last_Name"},"comparator":"equal","value":"Patricia"},{"field":{"id":"4150868000000002599","api_name":"Email"},"comparator":"equal","value":"patricia.b@zylker.com"}],"group_operator":"and"}],"group_operator":"and"},"page":1,"cvid":"4150868000000087501"},"created_by":{"id":"4150868000000225013","name":"Patricia Boyle"},"created_time":"2021-05-03T18:32:25+05:30","file_type":"csv"}]}