Returns all pending (open + in-progress) feedback tasks sorted by priority (urgent → high → medium → low). Supports filtering by site, assignee, and status. Requires:Documentation Index
Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
Use this file to discover all available pages before exploring further.
read permission
Parameters
| Parameter | Type | Description |
|---|---|---|
status | string | Filter to open or in_progress only (default: both) |
priority | string | Filter by priority: low, medium, high, urgent |
site_id | string | Filter by site UUID |
unassigned | boolean | If true, return only unassigned tasks |
assigned_to | string | Filter by assignee user UUID or email |
per_page | integer | Results per page (default: 25, max: 100) |
page | integer | Page number (default: 1) |
Example
Response
Example prompts
- “Show me all pending tasks”
- “What tasks are still open?”
- “Show unassigned urgent tasks”
- “What is assigned to [email protected]?”