List files for record
documentedList files attached to a given record. Evidence: file-related endpoints discussed in TrackVia integrations. Source: turn13search4.
GET /openapi/views/{view_id}/records/{record_id}/filesViewsno 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://go.trackvia.com/openapi/views/{{$view_id}}/records/{{$record_id}}/files?user_key={{TRACKVIA_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"