Create a new batch export to automatically export PostHog data to external destinations like S3, BigQuery, or Snowflake. Use when you need to set up scheduled data exports with configurable intervals and destination-specific settings.
nameRequiredstringHuman-readable name for this batch export
modelstringData models available for batch export
end_atstringISO 8601 timestamp for when exports should stop (e.g., '2024-12-31T23:59:59Z'). Exports won't run after this time
pausedbooleanWhether to create the batch export in a paused state (defaults to false)
schemaobjectCustom schema configuration defining which fields to export
filtersobjectFilter configuration to specify which data to export
intervalRequiredstringHow frequently the batch export should run
start_atstringISO 8601 timestamp for when exports should start (e.g., '2024-01-01T00:00:00Z'). Exports won't run before this time
timezonestringTimezone for scheduling exports (e.g., 'America/New_York', 'UTC')
offset_dayintegerDay offset for weekly exports (0=Sunday, 6=Saturday)
project_idRequiredstringProject ID (also called environment ID in some contexts) where the batch export will be created. Find this via /api/projects/
destinationRequiredobjectConfiguration specifying where and how data should be exported
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.