Get record
documentedRetrieve a specific record by ID. Evidence: path pattern observed in TrackVia OpenAPI usage (openapi/views/{viewId}/records/{recordId}). Source: turn12search6.
GET /openapi/views/{view_id}/records/{record_id}Viewsno 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}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"