List records
documentedRetrieve a list of records for the specified object. Supports standard Knack formatting and pagination controls (e.g., format, rows_per_page) as documented.
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"