Sign in

List cards (V2)

documented

Get all cards for a project (V2, paginated).

GET /V2/projects/{project_id}/cards.jsonCardsno implementation yet0 runs
No 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}}"