Basalt

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

Actions9

Overview

This node interacts with the Basalt API to retrieve detailed information about a specific prompt identified by its slug. It supports filtering by version and tag, allowing users to fetch precise prompt data. This is useful in scenarios where you need to programmatically access prompt details for automation, integration, or analysis purposes.

Use Case Examples

  1. Fetching a prompt by its unique slug to display or process its content in an automated workflow.
  2. Filtering prompts by version or tag to retrieve specific variations or categories of prompts for further use.

Properties

Name Meaning
Slug The unique identifier (slug) of the prompt to retrieve, required for the operation.
Additional Fields Optional filters to narrow down the prompt retrieval by version or tag.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • prompt - The retrieved prompt data object from the Basalt API.

Dependencies

  • Basalt API with an API key credential

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 fail or time out.
  • If SSL validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify API credentials and permissions to ensure authorized access to the Basalt API.

Links

Discussion