mittwald icon

mittwald

Interact with mittwald mStudio API

Actions100

Overview

This node interacts with the Mittwald mStudio API to retrieve details about a specific Cronjob execution. It is useful when you want to fetch the status, results, or metadata of a previously triggered Cronjob by its execution ID. Typical use cases include monitoring scheduled tasks, debugging failed executions, or integrating Cronjob data into workflows for further processing.

Properties

Name Meaning
Execution Id The unique identifier of the Cronjob execution to be retrieved.
Cronjob Id The identifier of the Cronjob associated with the execution.

Output

The node outputs JSON data representing the details of the specified Cronjob execution. This typically includes information such as execution status, timestamps, logs, and any output produced by the Cronjob. There is no indication that binary data is returned.

Dependencies

  • Requires an API key credential for authenticating with the Mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for API requests.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Invalid Execution Id or Cronjob Id: If the provided IDs are incorrect or do not exist, the API will likely return an error or empty response. Verify the IDs before running the node.
  • Authentication Errors: Ensure the API key credential is correctly set up and has sufficient permissions.
  • Network Issues: Connectivity problems can cause request failures; check network access to the Mittwald API endpoint.
  • API Rate Limits: Excessive requests might be throttled; consider adding delays or retries if needed.

Links and References

Discussion