Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Data
kizeo_forms:create_data
Create a new form data record with field values.
Write
Medium risk
Delete Data
kizeo_forms:delete_data
Delete a form data record permanently. This action cannot be undone.
Write
High risk
Export Data
kizeo_forms:export_data
Export form data to various formats (CSV, Excel, PDF).
Write
Medium risk
Get Data
kizeo_forms:get_data
Fetch a single form data record by ID with all field values.
Read
Low risk
Get Export Status
kizeo_forms:get_export_status
Check the status of a data export and get download URL when ready.
Read
Low risk
Get Form
kizeo_forms:get_form
Fetch a single form by ID with its structure and configuration.
Read
Low risk
Get User
kizeo_forms:get_user
Fetch a single user by ID with their profile information.
Read
Low risk
List Data
kizeo_forms:list_data
List form data records with optional filtering and pagination.
Read
Low risk
List Forms
kizeo_forms:list_forms
List all forms with optional filtering and pagination.
Read
Low risk
List Users
kizeo_forms:list_users
List all users with optional filtering and pagination.
Read
Low risk
Update Data
kizeo_forms:update_data
Update an existing form data record with new field values.
Write
Medium risk