hires_get_candidate_resume
Retrieve a candidate's primary resume with download URL and metadata. Optionally get parsed plain-text content by including text_content, avoiding file download.
Instructions
Get the primary resume for a candidate. Returns uuid, absolute download url (use Bearer auth), relative_time, file metadata, type. Use include='text_content' to also get the parsed plain-text content in a text field without downloading the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Candidate ID (integer) or alias (string). | |
| include | No | Comma-separated optional fields. Use 'text_content' to add a `text` field with parsed plain-text resume content. |