Actions9
- Prompt Actions
- Monitoring Actions
- Dataset Actions
Overview
This node interacts with the Basalt API to list datasets. It is useful for retrieving a collection of datasets managed within the Basalt platform, enabling users to automate data retrieval and integration workflows. For example, it can be used to fetch datasets for further processing or analysis in an automated pipeline.
Use Case Examples
- List all datasets available in the Basalt platform to display or process them further.
- Automate the retrieval of datasets for integration with other systems or data workflows.
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 listing datasets.
Dependencies
- Basalt API with an API key credential for authentication
Troubleshooting
- If the request times out, consider increasing the timeout value in the request options.
- If SSL certificate validation fails and you trust the endpoint, enable 'Ignore SSL Issues' to bypass SSL errors.
- Ensure the proxy settings are correct if using a proxy; incorrect proxy configuration can cause request failures.
- Batching settings should be configured carefully to avoid overwhelming the API or hitting rate limits.
Links
- Basalt API Documentation - Official documentation for the Basalt API, including dataset management endpoints.