Basalt icon

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 the prompt 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 further processing within workflows.

Use Case Examples

  1. Retrieve a prompt by its unique slug to display or use in another system.
  2. Filter prompts by version or tag to get specific variations or categories of prompts.

Properties

Name Meaning
Slug The unique identifier (slug) of the prompt to retrieve.
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

  • id - The unique identifier of the retrieved prompt.
  • slug - The slug of the prompt.
  • title - The title or name of the prompt.
  • description - A detailed description of the prompt.
  • version - The version of the prompt.
  • tags - Tags associated with the prompt for categorization.
  • createdAt - Timestamp when the prompt was created.
  • updatedAt - Timestamp when the prompt was last updated.

Dependencies

  • Basalt API access with an API key credential

Troubleshooting

  • Ensure the slug provided is correct 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 errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Verify that the API key credential is valid and has the necessary permissions to access prompt data.

Links

Discussion