update_log_export
Modify an existing log export configuration to adjust data fields, workspace assignment, or time filters for analytics and monitoring purposes.
Instructions
Update an existing log export configuration. Note: Only time_of_generation_max filter can be modified after creation - other filters (time_min, cost, tokens, models) must be set at creation time. You can also update workspace_id and requested data fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_id | Yes | The unique ID of the log export to update | |
| workspace_id | No | Workspace ID for the export | |
| time_of_generation_max | No | Maximum time filter in date format (e.g., '2024-07-25' or ISO 8601) | |
| requested_fields | No | Fields to include in export: id, trace_id, created_at, request, response, is_success, ai_org, ai_model, req_units, res_units, total_units, request_url, cost, cost_currency, response_time, response_status_code, mode, config, prompt_slug, metadata |