List Datasets
GET/v1/datasets
This endpoint returns a list of configured datasets. The response can be formatted as JSON or CSV, and additional filters can be applied using query parameters.
Use status=true query parameter to include the current status of each dataset in the response.
Possible status values: initializing, ready, disabled, error, refreshing, shuttingdown.
Request
Responses
- 200
- 500
List of datasets. When status=true is specified, each dataset includes a status field.
Internal server error occurred while processing datasets
