tascan_get_report
Retrieve a completion report for a task list (event), including task status, workers, and photo evidence. Optionally include submitted responses and signed photo URLs for completed tasks.
Instructions
Get completion report for a task list (event) including task status, completions, workers, and photos. Set include_responses to also return the actual submitted response data (numbers, text, choices) for each completed task plus a per-task photos list with fetchable signed URLs (short-lived, ~1h) for the photo evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Task list (event) ID | |
| include_responses | No | Include the actual submitted response values for each completed task (default false — keeps the payload light) |