List Project People
documentedList all people assigned to the specified project.
GET /api/projects/{project_id}/peopleProjectsno 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://{{$base_url}}/api/projects/{{$project_id}}/people" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{SIFTERAPP_API_KEY}}"