Actions9
- Dataset Actions
- Prompt Actions
- Monitoring Actions
Overview
This node interacts with the Basalt API to manage datasets, specifically to list datasets. It is useful for scenarios where you need to retrieve and process multiple datasets from the Basalt platform, such as data analysis, reporting, or integration workflows.
Use Case Examples
- Listing all datasets available in the Basalt platform to display in a dashboard.
- Fetching datasets in batches to process large volumes of data efficiently.
Properties
| Name | Meaning |
|---|---|
| Request Options | Options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
datasets- Array of dataset objects returned from the Basalt API.metadata- Additional metadata about the list operation, such as pagination info.
Dependencies
- Basalt API with an API key credential
Troubleshooting
- Ensure the API URL and credentials are correctly configured to avoid authentication errors.
- If SSL certificate validation fails, consider enabling 'Ignore SSL Issues' but be aware of security risks.
- Proxy settings must be correctly formatted; incorrect proxy URLs can cause connection failures.
- Timeouts can occur if the server is slow or unresponsive; adjust the timeout setting accordingly.
Links
- Basalt API Documentation - Official documentation for the Basalt API, including dataset management endpoints.