Actions9
- Dataset Actions
- Prompt Actions
- Monitoring Actions
Overview
This node interacts with the Basalt API to list prompts, optionally filtered by a feature slug. It is useful for retrieving a collection of prompts from the Basalt system, which can be used in workflows that require prompt management or analysis. For example, a user might list all prompts related to a specific feature to automate content generation or monitoring tasks.
Use Case Examples
- List all prompts associated with a specific feature slug to automate content workflows.
- Retrieve prompts in batches to handle large datasets efficiently.
Properties
| Name | Meaning |
|---|---|
| Filters | Allows filtering of prompts by specific criteria such as feature slug. |
| Request Options | Settings to control request behavior such as batching, SSL handling, proxy usage, and timeout. |
Output
JSON
prompts- Array of prompt objects returned from the Basalt API, filtered according to the specified criteria.
Dependencies
- Basalt API
Troubleshooting
- Ensure the API credentials are correctly configured to avoid authentication errors.
- If filtering by feature slug returns no results, verify the slug value is correct and exists in the Basalt system.
- Timeout errors may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.
- SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
Links
- Basalt API Documentation - Official documentation for the Basalt API, including endpoints and usage guidelines.