projects
List Projects
List the current user's projects with pagination, status filter, search, and sorting.
get/api/v1/projects/
Query parameters
statusstring nullable
Filter by project status
Filter by project status
searchstring nullable
Search by project name or description
Search by project name or description
sort_by'created_at' | 'updated_at' | 'name' | 'status' | 'priority' | 'target_delivery_date'
Sort field
Sort field
sort_order'asc' | 'desc'
Sort order
Sort order
offsetinteger
limitinteger
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.