Actions9
- Dataset Actions
- Prompt Actions
- Monitoring Actions
Overview
This node interacts with the Basalt API to describe a specific prompt identified by its slug. It allows users to retrieve detailed information about a prompt, optionally filtering by version or tag. This is useful for managing and understanding prompts within the Basalt platform, such as fetching metadata or configuration details for a given prompt slug.
Use Case Examples
- A user wants to get detailed information about a prompt named 'customer-feedback' to review its configuration and version history.
- A developer needs to filter prompts by a specific tag to find all prompts related to 'marketing campaigns'.
- An automation workflow retrieves prompt details dynamically based on user input for further processing or display.
Properties
| Name | Meaning |
|---|---|
| Slug | The unique identifier (slug) of the prompt to describe, required for the operation. |
| Additional Fields | Optional filters to refine the prompt description request, including version and tag to filter prompts by specific criteria. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
id- Unique identifier of the prompt.slug- Slug of the prompt.version- Version of the prompt.tag- Tag associated with the prompt.description- Detailed description or metadata of the prompt.
Dependencies
- Basalt API with an API key credential for authentication
Troubleshooting
- Ensure the slug is correctly specified and exists in the Basalt system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests time out or fail to connect.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option cautiously.
- Verify that the API key credential is valid and has the necessary permissions to access prompt data.
Links
- Basalt API Documentation - Prompts - Official documentation for managing prompts via the Basalt API.