Overview
projects.list() returns project information associated with the configured key pair.
Setup
Call it after setup if you want to inspect project details.
Code example
const result = await pulsegrid.projects.list();
console.log(result);
Notes
Useful for validation and debugging.