v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Objects

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.

get/projects

Query parameters

cursorstring

Cursor for pagination. Pass the previous response meta.nextCursor value to fetch the next page.

pageSizeinteger

Number of items to return per page (max 100)

searchstring

Search by project title, number, or description

status'ACTIVE' | 'COMPLETED' | 'CANCELLED'

Filter by project status

type'flat_rate' | 'retainer'

Filter by project type

pipelineIdstring

Filter by project pipeline ID (ppl_ prefix)

stageIdstring

Filter by project pipeline stage ID (pps_ prefix)

clientIdstring

Filter by client ID (clt_ prefix)

projectLeadIdstring

Filter by project lead user ID (usr_ prefix)

Response

OK