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