Find records in view
documentedFind records within a view (legacy/search endpoint). Evidence: community references to a find/search endpoint for views. Source: turn17search5.
GET /openapi/views/{view_id}/findViewsno 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}}/find?query={{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Account-Id: {{ACCOUNT_ID}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"