Skip to main content
All cloud API endpoints require authentication via either a web session or an API token (PAK). For PAK authentication, include:
  • Authorization: Bearer obk_your-token
  • X-Team-Id: your-team-uuid

List tasks

Returns all tasks for the authenticated team.

Create a task

string
required
Task title
string
Task description
string
default:"backlog"
Task status
string
default:"medium"
Priority level
string[]
Label array
string[]
Requester identifiers
string
Deduplication key

Get a task

Update a task

Delete a task

List task comments

Add a task comment

string
required
Comment text