Get a project
documentedReturn the project with the given ID if you have access.
GET /projects/{project_id}.jsonProjectsno 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://{{$account_id}}.basecampapi.com/3.basecampapi.com/{{$account_id}}/projects/{{$project_id}}.json" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-A "Basecamp 4 API Integration ({{$CONTACT_EMAIL}})"