mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows users to list Cronjobs associated with a specific Project in the mittwald mStudio API. It is useful for scenarios where you need to retrieve and manage scheduled tasks (Cronjobs) programmatically, such as monitoring job schedules, auditing, or integrating with other automation workflows.

For example, a user might want to fetch all Cronjobs for a given project to display them in a dashboard or trigger further processing based on their status or schedule.

Properties

Name Meaning
Project Id ID of the Project for which to list Cronjobs. This is a required string input.
Limit The maximum number of Cronjob resources to return in the response. Default is 1000.
Skip Number of items to skip in the list. Should be a multiple of limit. Used for pagination.
Page Page number to display. Functions similarly to skip. If both are set, skip takes precedence.

Output

The output contains a JSON array of Cronjob objects retrieved from the mittwald mStudio API. Each object represents a Cronjob resource with its associated properties as defined by the API schema.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for API requests.
  • No additional external dependencies beyond the API access are needed.

Troubleshooting

  • Common issues:

    • Invalid or missing Project Id will result in errors or empty responses.
    • Pagination parameters (limit, skip, page) must be used correctly; otherwise, the API may return unexpected results or errors.
    • API rate limits or authentication failures can cause request errors.
  • Error messages:

    • Authentication errors typically indicate invalid or missing API credentials.
    • Validation errors may occur if required parameters like Project Id are not provided.
    • Network or server errors should be checked by verifying connectivity and API service status.

Links and References

Discussion