inforcer_reports_run
Queue one or more reports across tenants and output formats to start asynchronous report generation. Use the returned run IDs to check status and download results.
Instructions
⚠ HIGH-IMPACT. Queues one or more reports across one or more tenants. This is not destructive, but it kicks off real report-generation work in Inforcer. Reports run asynchronously — use inforcer_reports_run_status to poll the returned run(s) to completion, then inforcer_reports_download_output to fetch each finished output. Confirm with the user before invoking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reports | Yes | One or more reports to queue. Discover valid type/output_format pairs via inforcer_reports_types_list. | |
| tenants | Yes | Tenant identifiers to run the report(s) against — each accepts a numeric Client Tenant ID, a tenant DNS name, an Azure AD tenant GUID, or a friendly name. Resolved to numeric Client Tenant IDs before the request. |