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