- Overview
- What's New in V5?
- Changelog
- API Directory
- API Collection
- OAuth Authentication
- API Limits
- Multi DC Support
- Increase API Credits
- Customize API Usage Notification
- GDPR Compliance
- HIPAA Compliance
- API Dashboard
- HTTP Request Methods
- Status Codes
- Metadata APIs
- Modules
- Fields
- Layouts
- Related Lists
- Profiles
- Custom View
- Roles
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- POSTAssign Territories to Records
- GETTerritories Assigned
- POSTRemove Territories of Records
- GETAssociated User Count
- PUTAssociate Users with Territory
- DELETEDisassociate Users from Territory
- GETRetrieve User details Associated with a Territory
- Scoring Rules
- Variables
- Map Dependency
- User Groups
- Tags
- Pipeline
- Wizards
- Assignment Rules
- Templates
- User's Unavailability
- Portals
- Fiscal Year
- Business Hours
- Holidays
- Record Locking Configuration
- Shift Hours
- Entity APIs
- Organization
- Users
- Records
- Related Records
- Records APIs using External ID
- Meeting Cancel
- Subforms
- Linking Modules
- Contact Roles
- Photos and Attachments
- Mass Update
- Mass Delete
- Currencies
- Files
- Share
- Fields' Attachments
- Change Owner
- Mass Change Owner
- Blueprint
- Emails
- Notes
- Related Records Using External ID
- Composite API
- Bulk APIs
- Notification APIs
- Query API
Mass Convert Lead Status
Purpose
To get the status of the mass convert lead job scheduled previously.
Request Details
Request URL
{api-domain}/Leads/actions/mass_convert?job_id={job_id}
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.mass_convert.leads.READ
Sample Request
Copiedcurl "https://www.zohoapis.com/crm/v5/Leads/actions/mass_convert?job_id= 3652397000009835020"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
Response JSON Keys
- Statusstring
Indicates the status of the mass convert lead API. Possible values are "completed", "scheduled", and "in progress", and "failed".
- Total_Countinteger
Specifies the total number of leads that were scheduled to be converted.
- Converted_Countinteger
Specifies the number of leads that were converted.
- Not_Converted_Countinteger
Specifies the number of leads that are yet to be converted.
- Failed_Countinteger
Specifies the number of leads that were not converted.
Possible Errors
- REQUIRED_PARAM_MISSINGHTTP 400
You have not specified the job_id in the request.
Resolution: The specified job_id is not found or invalid. Specify a valid job_id. - INVALID_DATAHTTP 400
The job_id is invalid.
Resolution: Specify a valid job ID.
Sample Response
Copied{
"data": [
{
"Status": "COMPLETED",
"Failed_Count": 0,
"Not_Converted_Count": 0,
"Total_Count": 28,
"Converted_Count": 28
}
]
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.