Actions100
- Project Actions
- Project Accept Project Invite
- Project Create Project Invite
- Project List Invites For Project
- Project Create Project
- Project Decline Project Invite
- Project Delete Project Avatar
- Project Request Project Avatar Upload
- Project Delete Project Invite
- Project Get Project Invite
- Project Delete Project Membership
- Project Get Project Membership
- Project Update Project Membership
- Project Delete Project
- Project Get Project
- Project Delete Server Avatar
- Project Request Server Avatar Upload
- Project Get Project Token Invite
- Project Get Self Membership For Project
- Project Get Server
- Project List Memberships For Project
- Project List Project Invites
- Project List Project Memberships
- Project List Projects
- Project List Servers
- Project Resend Project Invite Mail
- Project Update Project Description
- Project Update Server Description
- Storagespace Get Project Statistics
- Storagespace Get Server Statistics
- Storagespace Replace Project Notification Threshold
- Storagespace Replace Server Notification Threshold
- Backup Actions
- Backup Create Project Backup Export
- Backup Delete Project Backup Export
- Backup Create Project Backup Schedule
- Backup List Project Backup Schedules
- Backup Create Project Backup
- Backup List Project Backups
- Backup Delete Project Backup Schedule
- Backup Get Project Backup Schedule
- Backup Update Project Backup Schedule
- Backup Delete Project Backup
- Backup Get Project Backup
- Backup Update Project Backup Description
- SSH SFTP User Actions
- Cronjob Actions
- App Actions
- App Execute Action
- App Get App
- App Get Appinstallation
- App Patch Appinstallation
- App Uninstall Appinstallation
- App Get Appversion
- App Get Installed Systemsoftware For Appinstallation
- App Get Missing Dependencies For Appinstallation
- App Get Systemsoftware
- App Get Systemsoftwareversion
- App Link Database
- App List Appinstallations For User
- App List Appinstallations
- App Request Appinstallation
- App List Apps
- App List Appversions
- App List Systemsoftwares
- App List Systemsoftwareversions
- App List Update Candidates For Appversion
- App Replace Database
- App Request Appinstallation Copy
- App Retrieve Status
- App Unlink Database
- App Set Database Users
- Project File System Actions
- Contract Actions
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
- Mittwald mStudio API Documentation (official API docs, if publicly available)
- n8n documentation on Using API Credentials