harvest_list_project_assignments
Retrieve project assignments for the current user from Harvest time tracking system, with pagination support for managing large result sets.
Instructions
List project assignments for the current user. Use about {"tool": "harvest_list_project_assignments"} for detailed usage.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number | |
per_page | No | Results per page (max 100) |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number",
"type": "number"
},
"per_page": {
"description": "Results per page (max 100)",
"type": "number"
}
},
"type": "object"
}