create_export_workflow
Create a scheduled workflow that exports request logs at recurring intervals using a five-field cron expression. Filter results and select fields to capture only matching log data.
Instructions
Create a scheduled request-log Export workflow.
This tool fixes type to "exports" and trigger_event_type to "scheduled", then builds the export task from export-specific fields. schedule_cron is a five-field UTC cron expression with a minimum interval of five minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Export workflow name. | |
| filters | No | Optional request-log filters. Each field may contain one rule, a list of rules, or a nested filter bundle. | |
| is_starred | No | ||
| description | No | Human-readable export purpose. | |
| schedule_cron | Yes | UTC five-field cron expression, for example 0 * * * *. | |
| include_fields | No | Optional request-log field allowlist. | |
| is_inline_results | No | Expose queried rows to downstream workflow state; defaults to true. | |
| sample_percentage | No | Percentage of matching rows to export. |