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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the project
Response
Returns an array of task objects. See List All Tasks for full field descriptions.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 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

