Get Bulk Read Job Details

GET https://www.zohoapis.com/crm/bulk/v2/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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"id":"4150868000005376042","operation":"read","state":"COMPLETED","result":{"page":1,"per_page":200000,"count":96,"download_url":"/crm/bulk/v2/read/4150868000005376042/result","more_records":false},"query":{"fields":["Last_Name","Owner","Owner.last_name","Account_Name.Account_Name","Account_Name.Phone","Lead_Source","Created_Time"],"module":"Contacts","criteria":{"group":[{"api_name":"Lead_Source","comparator":"equal","value":"Advertisement"},{"api_name":"Owner.last_name","comparator":"equal","value":"Boyle"},{"api_name":"Account_Name.Phone","comparator":"contains","value":"5"}],"group_operator":"or"},"page":1},"created_by":{"id":"4150868000000225013","name":"Patricia Boyle"},"created_time":"2021-05-12T17:25:29+05:30","file_type":"csv"}]}