View Applications
get_applicationsRetrieve your job applications as a paginated list with status, job title, and company. Use status filters to track your application pipeline.
Instructions
Get the user's job applications. Returns a paginated list with status, job title, company name, and timestamps. Use this to help the user track their application pipeline. Filter by status to focus on active applications, pending offers, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by application status | |
| page | No | Page number, starting from 1 (default: 1) | |
| limit | No | Results per page, max 100 (default: 10) |