get_applications
Retrieve job applications with optional filters by job, candidate, or status, and control results with limit and offset for pagination.
Instructions
Get job applications with filtering options.
Args: limit: Maximum number of applications to return (default: 50) offset: Number of applications to skip for pagination (default: 0) job_id: Filter by specific job ID candidate_id: Filter by specific candidate ID status: Filter by application status
Returns: JSON string containing applications (candidate pipeline data)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | No | ||
| offset | No | ||
| status | No | ||
| candidate_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |