This endpoint allows enterprise organization administrators to create and initiate a comprehensive data export for their organization or specific workspaces. The export includes workflow runs, user information, and other organizational data based on the specified parameters and date range.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user requesting the export.
Array of fields to include in the export. Not all combinations of selected information are guaranteed to be available.
workbook_id, workbook_name, workbook_created_ts, user_id, user_email, workspace_id, workspace_name, run_id, credit_cost, pl_run_created_ts, pl_run_finished_ts Start date for the export in YYYY-MM-DDT00:00:00 format (UTC).
End date for the export in YYYY-MM-DDT00:00:00 format (UTC).
Whether to include all workspaces in the organization (default is false). When true, also sets include_personal_workspaces to true.
Whether to include personal workspaces in the export (default is false). Ignored if 'include_all_workspaces' is set to true.
An optional array of workspace IDs to include in the export. Ignored if 'include_all_workspaces' is set to true.
Data export successfully initiated