/projectsList your projects, newest first.
Query parameters
limit(integer) — Default 25, max 100.offset(integer) — For pagination.
Response
{
"data": [
{
"id": "uuid",
"name": "Catalina 36 lithium conversion",
"vessel_type": "sailboat",
"system_voltage": 12,
"location_name": "Vancouver, BC",
"peak_sun_hours": 4.2,
"share_token": "…",
"is_public": false,
"permit_report_unlocked_at": null,
"created_at": "2026-04-01T13:00:00.000Z",
"updated_at": "2026-04-12T18:22:01.000Z"
}
],
"pagination": { "limit": 25, "offset": 0, "total": 4 }
}