Get data set
documentedRetrieve a single data set by ID.
GET /v1.1/data-sets/{dataSetId}Data Setsno 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://public-api.process.st/api/v1.1/data-sets/{{$dataSetId}}" \
-X GET \
-H "Authorization: Bearer {{PROCESS_API_KEY}}" \
-H "Accept: application/json"