Get Pitched Records
get_pitched_recordsRetrieve pitch relationships: given a candidate, get contacted contacts; given a contact, get pitched candidates. Compact records exclude sensitive fields.
Instructions
Fetches contacts where a candidate is pitched or candidates pitched to a contact. Set entity_type to candidate to return contacts for a candidate slug, or contact to return candidates for a contact slug. Returns compact records 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 |
|---|---|---|---|
| records | Yes | ||
| entity_slug | Yes | ||
| entity_type | Yes | ||
| returned_count | Yes |