List projects
documentedRetrieve the list of projects in the current space (with support for filtering, sorting, field selection, and pagination as documented).
GET /v1/api/projectsProjectsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api4.nozbe.com/v1/api/projects" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: apikey {{NOZBE_API_KEY}}"