get_job_history
Retrieve the change history for job positions. Optionally filter by job ID and paginate results to track updates.
Instructions
Get history for jobs/positions.
Args: job_id: Specific job ID (optional) limit: Maximum number of history items to return (default: 50) offset: Number of items to skip for pagination (default: 0)
Returns: JSON string containing job history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |