list_intake_work_items
List intake work items in a project to review pending proposals. Provide workspace slug and project ID to get a paginated list of intake items.
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 |