List projects
Returns a paginated list of projects. Supports cursor pagination, full-text search (title, number, description), and filtering by status, type, pipeline, stage, client, or project lead.
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Query Parameters
Cursor for pagination. Pass the previous response meta.nextCursor value to fetch the next page.
Number of items to return per page (max 100)
1 <= x <= 100Search by project title, number, or description
Filter by project status
ACTIVE, COMPLETED, CANCELLED Filter by project type
flat_rate, retainer Filter by project pipeline ID (ppl_ prefix)
Filter by project pipeline stage ID (pps_ prefix)
Filter by client ID (clt_ prefix)
Filter by project lead user ID (usr_ prefix)