Overview

The Tasks API manages user-owned tasks with optional workspace scoping. Tasks support status, priority, assignment metadata, due dates, tags, and audit logging. Comments can be attached to any task.

Base URL

For local development:

Authentication

All requests require a valid bearer token in the Authorization header. See Authentication for details.

Task object

Endpoints

List tasks

Query parameters

Response

Create task

Request body

Response

Assign task

Response

Add comment

Response

Audit logs

Response

Error codes