Skip to content

List Tasks of a Project

Auth required
GET/v1/projects/{project_id}/tasks/

Tasks for a project. completed_at is null unless status is 'complete'. Offset pagination — default limit 50, max 100. Pass updated_since to poll for task changes within this project.

Parameters

Page number (1-based)

Items per page (max 100)

Return only records whose updated_at is on or after this ISO 8601 UTC datetime. When provided, results are sorted by (updated_at, id) ascending instead of the endpoint's default sort. Omitting this parameter leaves all existing behavior (including default sort order) unchanged.