List view records
documentedRetrieve records available in the specified view. Authentication may be required depending on the view's access settings.
GET /v1/pages/scene_{scene_id}/views/view_{view_id}/recordsViewsno 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://api.knack.com/v1/pages/scene_{{$scene_id}}/views/view_{{$view_id}}/records" \
-X GET \
-H "X-Knack-Application-Id: {{KNACKHQ_APP_ID}}" \
-H "X-Knack-REST-API-KEY: {{KNACKHQ_API_KEY}}" \
-H "Authorization: {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"