All documentation
Reference

projects.list Function in Python

Fetch project information linked to the configured Python keys.

Python

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

projects.list Function in Python
result = pulsegrid.projects.list()
print(result)

Notes

Useful for validation and backend diagnostics.