Project Tracking
The Projects API gives you access to your organization’s projects — from planning through completion.List projects
Retrieve all projects in your organization:Filter by status
Use thestatus query parameter to filter projects:
Invalid status values are silently ignored — the API returns all projects instead of an error.
Pagination
Results are paginated (default 20 items, max 100):Get project details
Retrieve full details for a specific project:Common use cases
Status board integration
Status board integration
Sync project statuses to external tools like Monday.com, Notion, or a custom dashboard to keep stakeholders informed.
Reporting and analytics
Reporting and analytics
Pull project data periodically to build reports on project throughput, average completion time, and team utilization.
Client portal sync
Client portal sync
Use the API to surface project progress in a client-facing portal, keeping your customers updated without manual effort.
Required scope
All project endpoints require theproject:read scope on your API key.
