Overview
projects.list() returns the project associated with the current PulseGrid key pair.
Setup
Call after setup if you want to inspect project information.
Code example
result = pulsegrid.projects.list()
print(result)
Notes
Useful for validation and backend diagnostics.