List Worksection Projects
worksection_get_projectsRetrieve and filter project lists from Worksection to monitor active, pending, or archived projects with optional detailed data.
Instructions
List all projects in the Worksection account with optional filtering by status.
Args:
filter (string, optional): Filter by status — "active", "pending", or "archived"
extra (string, optional): Additional data to include — comma-separated: "text", "html", "options", "users"
Returns: List of projects with id, name, status, folder, author, manager, dates, estimates, tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter by project status: "active", "pending", or "archived" | |
| extra | No | Comma-separated extras: "text", "html", "options", "users" |