List Issues
documentedList all issues for the specified project. Supports pagination (per_page, page) and filtering via s (statuses), p (priorities), and q (search).
GET /api/projects/{project_id}/issuesProjectsno 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://{{$domain}}/api/projects/{{$project_id}}/issues?limit={{$limit}}&page={{$page}}&q={{$query}}&s={{$s}}&p={{$p}}" -X GET -H "Accept: application/json" -H "X-Sifter-Token: {{SIFTERAPP_API_KEY}}"