List cards by creator (V2)
documentedGet cards for a project created by a specific user (V2).
GET /V2/projects/{project_id}/cards.jsonCardsno 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://{{$BREEZE_SUBDOMAIN}}.breezechms.com/api/v2/projects/{{$project_id}}/cards.json" -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "X-Api-Key: {{BREEZE_API_KEY}}"