List All Tasks
List All Tasks
Retrieve all tasks linked to projects in your organization
GET
List All Tasks
List All Tasks
Retrieve all tasks linked to projects within your organization. Returns tasks with their associated projects, comments, and assignee information.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns an array of task objects.Task UUID
Task title
Task description
Due date (YYYY-MM-DD)
Task stage:
not_applicable, pending, in_progress, completed, validated, deletedTask category
Assigned user with
id, first_name, last_name, emailProjects this task belongs to, each with
id, name, type, etc.Task comments, each with
id and commentCompletion progress (0–100)
Task tags
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organizationRelated Endpoints
List Project Tasks
List tasks for a specific project
Create Task
Create a new task

