Pipeline

List user's pipelines

Retrieves a list of pipelines for the current user, optionally filtered by project and other criteria.

Text fields (name, description, created_by_email) take ilike.%value%, status an exact value or in.(a,b), date fields gte.value / lte.value, and created_at_gt/_lt (or updated_at_gt/_lt) bound a range. id stays alongside q: it is the exact-UUID contract API clients rely on, while q matches a UUID only as one OR-term.

get/pipelines

Query parameters

project_idstring nullable
skipinteger
limitinteger
qstring nullable
idstring nullable
namestring nullable
descriptionstring nullable
statusstring nullable
created_by_emailstring nullable
created_atstring nullable
updated_atstring nullable
created_at_gtstring nullable
created_at_ltstring nullable
updated_at_gtstring nullable
updated_at_ltstring nullable
order_by'name' | 'id' | 'description' | 'status' | 'created_at' | 'updated_at' | 'created_by_email'
order'asc' | 'desc'

Response

Successful Response

totalinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.