List data set records
documentedList records within a data set.
Data Setsno 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://public-api.process.st/api/v1.1/data-sets/{{$dataSetId}}/records" \
-X {{$method}} \
-H "Authorization: Bearer {{PROCESS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"field1": "{{$field1}}", "field2": "{{$field2}}"}'