List records (paginated)
documentedRetrieve a (potentially paginated) list of records for the specified object. Optional pagination parameter rows_per_page is supported (up to 1000 per page).
GET /v1/objects/{object_key}/recordsObjectsno 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/objects/{{$object_key}}/records?rows_per_page={{$limit}}&page={{$page}}&filters={{$query}}" \
-X GET \
-H "X-Knack-Application-Id: {{KNACKHQ_APP_ID}}" \
-H "X-Knack-REST-API-Key: {{KNACKHQ_API_KEY}}" \
-H "Accept: application/json"