list_intake_work_items
Fetch all intake work items for a project by providing its project ID. Use optional query parameters to paginate through results.
Instructions
List all intake work items in a project.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project params: Optional query parameters as a dictionary (e.g., per_page, cursor)
Returns: List of IntakeWorkItem objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |