get_job_contacts
Retrieve all contacts or candidates associated with a specific job using job ID, with pagination support.
Instructions
Get all contacts/candidates associated with a job.
Args: job_id: The job ID (required) limit: Maximum number of contacts to return (default: 50) offset: Number of contacts to skip for pagination (default: 0)
Returns: JSON string containing contacts linked to the job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | Yes | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |