Returns a paginated list of field data-collection tasks. Filter by status, place, assignee, or project.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Filter by task status.
pending, in_progress, completed, cancelled "pending"
Filter by place ID.
"pl_abc123"
Filter by user ID of the assignee.
"usr_qrs789"
Filter by project ID.
"prj_def456"
Opaque pagination cursor returned in the previous response.
Maximum number of items to return (default 25, max 100).
1 <= x <= 100