Skip to main content

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 the status 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

Sync project statuses to external tools like Monday.com, Notion, or a custom dashboard to keep stakeholders informed.
Pull project data periodically to build reports on project throughput, average completion time, and team utilization.
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 the project:read scope on your API key.