Skip to content

List Projects

Auth required
GET/v1/projects/

All projects (active and inactive). is_active is present on each item. Offset pagination: default limit 50, max 100.

Parameters

Page number (1-based)

Items per page (max 100)

Filter to projects created by this user (zero UUID treated as absent)

Return only records whose updated_at is on or after this ISO 8601 UTC datetime. When provided, results are sorted by (updated_at, id) ascending instead of the endpoint's default sort. Omitting this parameter leaves all existing behavior (including default sort order) unchanged.