Sign in

List projects for user

documented

Get a list of projects the user has access to.

GET /api_v2/users/{user_id}/projects.jsonUsersno 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://www.bugherd.com/api_v2/users/{{$user_id}}/projects.json?created_since={{$created_since}}&is_active={{$is_active}}&page={{$page}}&limit={{$limit}}" \
  -u "{{BUGHERD_API_KEY}}:x" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List projects for user · bugherd · OpenIntegrations