list_work_logs
Fetch work logs for any work item in Plane by entering the project ID and work item ID, and optionally filter results with query parameters.
Instructions
List work logs for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item params: Optional query parameters as a dictionary
Returns: List of WorkItemWorkLog objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |