Sign in

List CSV Imports

documented

List CSV imports for the organization.

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