Basalt icon

Basalt

Interact with Basalt API to manage prompts, monitoring, and datasets

Actions9

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

  1. A user wants to get detailed information about a prompt named 'customer-feedback' to review its configuration and version history.
  2. A developer needs to filter prompts by a specific tag to find all prompts related to 'marketing campaigns'.
  3. 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

Discussion