v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
automations

Create Automation Result Dataset

Create an append-only, queryable dataset exclusively owned by an Automation.

The empty Parquet is materialized immediately so an owning App can safely query the entity before the first run. Repeating the same request is idempotent; an incompatible schema for the same table name is rejected.

post/api/v1/automations/{automation_id}/result-datasets

Path parameters

automation_idstring uuid required

Request body

namestring required
descriptionstring
table_namestring required

Response

Successful Response

idstring uuid required
company_idstring uuid required
project_idstring uuid nullable
integration_idstring uuid nullable
user_idstring uuid required
namestring required
descriptionstring required
table_namestring required
storage_pathstring nullable required
schema_infoobject[] required
key_columnsstring[]
source_step_idstring uuid nullable
source_user_file_idstring uuid nullable
source_automation_idstring uuid nullable
source_sheet_namestring nullable
source_kindstring
is_sharedboolean required
is_suppressedboolean required
refresh_statusstring required
refresh_errorstring nullable
last_refreshed_atstring date-time nullable required
name_is_user_overriddenboolean
row_countinteger required
size_bytesinteger required
created_atstring date-time required
updated_atstring date-time required
doc_statusstring
doc_status_updated_atstring date-time nullable
doc_last_errorstring nullable