mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve information about a specific LLM (Large Language Model) licence associated with a project. It is designed for users who manage projects and their related licences within the mittwald platform, enabling them to fetch detailed licence data programmatically.

A common use case would be automating the retrieval of licence details for auditing, reporting, or integration with other systems that require up-to-date licence information for a given project.

For example, a user can input a project ID and a licence ID to get the corresponding licence details without manually navigating the mittwald dashboard.

Properties

Name Meaning
Project Id The unique identifier of the project for which the LLM licence information is requested.
Licence Id The unique identifier of the LLM licence to retrieve details for within the specified project.

Output

The node outputs JSON data containing the details of the specified LLM licence for the given project. This typically includes licence attributes such as licence type, status, expiration, usage limits, and any other metadata provided by the mittwald mStudio API.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • The node depends on the @devlikeapro/n8n-openapi-node package to build its properties and handle API interactions.
  • Proper configuration of the API authentication token in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing project ID or licence ID will likely cause the API request to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network connectivity problems preventing access to the mittwald API endpoint.
  • Error messages:

    • Unauthorized or 401 errors indicate issues with API credentials; verify and update the API key.
    • 404 Not Found errors may occur if the project ID or licence ID does not exist; double-check these values.
    • Timeout or network errors suggest connectivity issues; ensure the n8n instance has internet access.

Links and References

Discussion