pipedrive_get_deal_conversion_status
Check the status of a deal-to-lead conversion job. Returns lead ID on completion, or indicates failure, rejection, or purged state.
Instructions
Get the status of a deal-to-lead conversion job. Status contract: 'completed' (terminal, carries lead_id), 'failed'/'rejected' (terminal, stop polling, no lead produced), 'not_started'/'running' (in-progress, re-poll). Only 'completed' carries lead_id, and conversion status is purged after a few days, so a 404 returned after a prior valid status means the status was purged (terminal stop-polling signal, not a transient error). Use a bounded poll budget (e.g. up to ~6 attempts with short backoff), not an unbounded loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID that was converted | |
| conversion_id | Yes | Conversion job UUID returned by the convert call |