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.
When status=true and a dataset is in Error, the response also includes:
error: structured code object withcategory,type, and stablecodeerror_message: user-visible details
Request​
Responses​
- 200
- 500
List of datasets. When status=true is specified, each dataset includes status and error metadata (error, error_message) when applicable.
Internal server error occurred while processing datasets
