get_person
Retrieve a complete contact record from Pipedrive by person ID, including all custom fields and related data.
Instructions
Get a single person/contact by ID.
Retrieves comprehensive information about a specific contact including all custom fields and related data.
Args: person_id: The Pipedrive person ID
Returns: JSON object with person details
Examples: - get_person(person_id=456) - Get person with ID 456
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |