List CSV Imports
documentedList CSV imports for the organization.
GET /api/organizations/{org_id}/csv-importCSV Importno 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://watershedlrs.com/api/organizations/{{$org_id}}/csv-import?id={{$id}}&template={{$template}}" \
-X GET \
-u "{{$WATERSHEDLRS_API_KEY}}:{{$WATERSHEDLRS_SECRET}}" \
-H "Accept: application/json"