Data set record
documentedGet, update, or delete a specific data set record.
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/{{$recordId}}" \
-X GET \
-H "Accept: application/json" \
-H "X-API-KEY: {{PROCESS_API_KEY}}"