Sign in

Data set record

documented

Get, 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}}"
Data set record · Process Street · OpenIntegrations