admin-projects
List Projects
List all projects with pagination, status filtering, and search.
get/api/v1/admin/projects/
Query parameters
statusstring nullable
Filter by project status
Filter by project status
internal_statusstring nullable
Filter by admin-only internal project status. Use 'unset' for no status.
Filter by admin-only internal project status. Use 'unset' for no status.
searchstring nullable
Search by project name or user email
Search by project name or user email
sort_by'created_at' | 'updated_at' | 'name' | 'status' | 'internal_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.