get_incentive
Retrieve a draft incentive including its scoped triggers by providing project and conversion UUIDs. Use the draft trigger ID for updates or published trigger ID for live comparisons.
Instructions
Gets one draft incentive with scoped triggers (same merge as list_incentives). conversion_id is the draft conversion UUID from incentives API. Use draft_trigger_id from triggers[] for PATCH update_trigger; published_trigger_id for live/prod comparisons (e.g. SQL on project.metadata_id). Example: {"project_id":"","conversion_id":""}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| conversion_id | Yes | Incentive (conversion) UUID |