AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation, "Scheduled Reports Index," retrieves a list or index of scheduled reports for a specified organization. It is useful in scenarios where users want to programmatically access all scheduled reports associated with their organization, such as for auditing, monitoring, or integration with other reporting tools.

For example, a user might use this node to fetch all scheduled reports before triggering further processing or notifications based on the report schedules.

Properties

Name Meaning
Organization Id The unique identifier of the organization whose scheduled reports are to be retrieved. This is a required numeric value.

Output

The output JSON contains an array or collection of scheduled reports related to the specified organization. Each item in the output typically includes details about individual scheduled reports such as report name, schedule timing, recipients, and other metadata relevant to each scheduled report.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication to the external service providing scheduled reports.
  • The node uses a base URL endpoint (not explicitly shown here) to connect to the external API.
  • Proper configuration of the API authentication credentials within n8n is necessary for successful execution.

Troubleshooting

  • Missing or invalid Organization Id: Ensure that the Organization Id property is provided and is a valid number. Omitting or providing an incorrect ID will likely result in errors or empty responses.
  • Authentication errors: If the API key or authentication token is missing or invalid, the node will fail to retrieve data. Verify that the API credentials are correctly set up in n8n.
  • API connectivity issues: Network problems or incorrect base URL configurations can cause failures. Check network access and endpoint correctness.
  • Empty results: If no scheduled reports exist for the given organization, the output may be empty. Confirm that the organization has scheduled reports configured.

Links and References

  • Refer to the external API documentation of the scheduled reports service for detailed information on the data structure and available filters.
  • n8n documentation on setting up API credentials and using HTTP request nodes may provide additional context for troubleshooting.

Discussion