List datasets
GET /organizations/:organizationId/datasets
Returns every (non-deleted) dataset in the organization with its column schema and row count, but without the row data. Use GET /datasets/{datasetId}/rows to page through a dataset's rows.
Request