retrieve_intake_work_item
Retrieve an intake work item by its work item ID to access its details. Use this to get specific information from a Plane project intake.
Instructions
Retrieve an intake work item by work item ID.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project work_item_id: UUID of the work item (use the issue field from IntakeWorkItem response, not the intake work item ID) params: Optional query parameters as a dictionary (e.g., expand, fields)
Returns: IntakeWorkItem object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| extra | No | ||
| inbox | No | ||
| issue | No | ||
| intake | No | ||
| source | No | ||
| status | No | ||
| project | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| updated_by | No | ||
| external_id | No | ||
| duplicate_to | No | ||
| issue_detail | No | ||
| snoozed_till | No | ||
| source_email | No | ||
| external_source | No |