simple_pipeline

List SimplePipelines

List SimplePipelines for a project with pagination, filters, and ordering.

get/simple_pipelines

Query parameters

project_idstring required

Filter by project

Filter by project

limitinteger

Items per page

Items per page

offsetinteger

Number of items to skip

Number of items to skip

namestring nullable

Filter by name (use ilike.%value% for partial match).

Filter by name (use ilike.%value% for partial match).

descriptionstring nullable

Filter by description (Supabase operator syntax supported).

Filter by description (Supabase operator syntax supported).

statusstring nullable

Filter by status (eq.completed or in.(val1,val2)).

Filter by status (eq.completed or in.(val1,val2)).

created_by_emailstring nullable

Filter by creator email (Supabase operator syntax supported).

Filter by creator email (Supabase operator syntax supported).

created_atstring nullable

Filter on created_at (gte./lte./eq. operator).

Filter on created_at (gte./lte./eq. operator).

updated_atstring nullable

Filter on updated_at (gte./lte./eq. operator).

Filter on updated_at (gte./lte./eq. operator).

created_at_gtstring nullable

Lower bound for created_at.

Lower bound for created_at.

created_at_ltstring nullable

Upper bound for created_at.

Upper bound for created_at.

updated_at_gtstring nullable

Lower bound for updated_at.

Lower bound for updated_at.

updated_at_ltstring nullable

Upper bound for updated_at.

Upper bound for updated_at.

order_by'id' | 'name' | 'description' | 'status' | 'created_at' | 'updated_at' | 'created_by_email'

Sort column.

Sort column.

order'asc' | 'desc'

Sort direction.

Sort direction.

Response

Successful Response

countinteger required

Number of items in this page

totalinteger required

Total number of matching items

Changes