Get Pitch History
get_pitch_historyFetch pitch history for any Recruit CRM candidate or contact using their slug, returning compact pitch entries without sensitive fields.
Instructions
Fetches pitch history for one Recruit CRM candidate or contact by slug. Set entity_type to candidate for candidate pitch history, or contact for contact pitch history. Returns compact pitch entries without email, phone, resume, or profile image fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_slug | Yes | Candidate slug when entity_type=candidate, or contact slug when entity_type=contact. | |
| entity_type | Yes | Entity type for the pitch lookup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history | Yes | ||
| entity_slug | Yes | ||
| entity_type | Yes | ||
| returned_count | Yes |