Responses and visitors
list_plan_progress
List action-plan task completion for one site, grouped by (visitor_id, plan_key). percent_complete counts the plan's DEFINED tasks from the published page, and is null when the plan is no longer published or the site predates task recording (republish restores it).
Behaviour
- Effect
- Read only. Calling it never changes anything in the account.
- Repeat calls
- Idempotent. Repeating the same call produces the same result.
- Plan
- Pro plan required (Visitor timelines).
Parameters
| Name | Type | Required |
|---|---|---|
| site_id | uuid | Yes |
| plan_key | string | No |
| visitor_id | uuid | No |
Returns
| Name | Type |
|---|---|
| groups | array of object |
Using it
list_plan_progress is called by an AI assistant connected to Sentway over MCP, not by hand. Point the assistant at the Sentway MCP endpoint and complete the OAuth flow, and the tool becomes available in the same session as the other 56 Sentway tools. See connecting over MCP.