Sign in

List data sets

documented

List all data sets available in the account.

GET /v1.1/data-setsData 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" \
  -G \
  -d "query={{$query}}" \
  -d "page={{$page}}" \
  -d "limit={{$limit}}" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{$PROCESS_API_KEY}}"