Create a task
Creates a new task record. The $title and $status fields and the $assignedTo relationship are required.
If $createdBy is omitted it defaults to the authenticated user, or to a workspace admin for workspace-scoped auth. The $note relationship is read-only — manage notes via their own relationships.
Supports idempotency via the Idempotency-Key header.
Required scope: tasks:create
Rate limit category: Write
post/v1/tasks
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK