> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://api.docs.modulards.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://api.docs.modulards.com/_mcp/server.

# Site Tasks

The maintenance work a user logs on their websites in Modular DS: what was done, when, how long it took, and whether it is still pending. Public filters on the listing: `id[]` (exact task ids), `site[]` (website ids - every reachable website when omitted), `s` (free-text search over the title, content and time spent), `started_at` / `ended_at` (Y-m-d, inclusive bounds on the task's date), and `is_pending` (1 or 0). Public sorts: `created_at` (default, descending) and `date`. Public includes: `site` and `files` (the task's attachments). One create call can log the same task on several websites at once; delete is a bulk action by explicit id selection. Duplicating a task stays a dashboard-only action and is not exposed here. Attachments travel through the separate "Uploads" folder: upload a file first, then name its returned id in the task's `files`.