List Project Tasks
List Project Tasks
Retrieve all tasks linked to a specific project
GET
List Project Tasks
List Project Tasks
Retrieve all tasks linked to a specific project. Returns the same task structure as the List All Tasks endpoint, filtered to a single project.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the project
Response
Returns an array of task objects. See List All Tasks for full field descriptions.string
Task UUID
string
Task title
string
Task description
string
Due date (YYYY-MM-DD)
string
Task stage:
not_applicable, pending, in_progress, completed, validated, deletedstring
Task category
array[object]
Every user assigned to the task, all equally accountable. Each entry includes
completed_at,
set once that person has finished their own part (only meaningful when completion_mode is all).string
any (the first assignee to complete it finishes it for everyone) or all (every assignee must
complete their own part before the task is marked done).object
Deprecated. One of
assignees, kept for backward compatibility; carries no special meaning.array[object]
Projects this task belongs to, each with
id, name, type, etc.array[object]
Task comments, each with
id and commentnumber | null
Completion progress (0–100)
array[string]
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 organization404 Not Found
Cause: The project does not exist or belongs to another organizationRelated Endpoints
Recent Activities
View recent project activity feed
Create Task
Create a new task in this project