mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve details about a specific Cronjob execution. It is useful when you want to programmatically fetch the status, results, or metadata of a particular execution instance of a scheduled Cronjob managed in mittwald's system. For example, you might use this node to monitor job runs, debug failed executions, or gather execution logs for reporting.

Properties

Name Meaning
Execution Id The unique identifier of the Cronjob execution instance you want to retrieve information about.
Cronjob Id The unique identifier of the Cronjob to which the execution belongs.

Output

The node outputs JSON data representing the details of the specified Cronjob execution. This typically includes execution metadata such as timestamps, status, result data, and any relevant logs or output produced by that execution. 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 to make requests.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Missing or invalid Execution Id or Cronjob Id: Ensure both IDs are correctly provided; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Confirm that your n8n instance can reach https://api.mittwald.de.
  • API rate limits or downtime: If requests fail repeatedly, check mittwald API status or consider implementing retry logic.

Links and References

Discussion