Sign in

Get record

documented

Retrieve a single record by ID from the specified object.

GET /v1/objects/{object_key}/records/{record_id}Objectsno implementation yet0 runs
No 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/{{$record_id}}" \
  -X GET \
  -H "X-Knack-Application-Id: {{KNACKHQ_APP_ID}}" \
  -H "X-Knack-REST-API-KEY: {{KNACKHQ_API_KEY}}" \
  -H "Accept: application/json"
Get record · Knack · OpenIntegrations