Skip to main content
Download a complete copy of your account data at any time — no waiting periods or support tickets required. The file is delivered as a direct JSON download from Settings → Data Controls. What’s included in your export Your export is a single structured JSON file. The table below details exactly what is and is not included.

Export your data

1

Open Data Controls

Navigate to Settings → Data Controls.
2

Download your data

Click Download .json. Your browser downloads the file immediately — there is no queue and no email link.
3

Save the file securely

Move the JSON file to a secure location. It contains your account metadata, Workflow definitions, and run history.

Working with the exported JSON

The file is plain JSON with the following top-level keys: profile, workflows, workflow_runs, credentials, api_keys. Each section is an array of objects with consistent field names.

Count your total workflow runs

jq ‘.workflow_runs | length’ valendata-export.json

List all Workflow names

jq ‘[.workflows[].name]’ valendata-export.json

Find failed runs

jq ‘[.workflow_runs[] | select(.status == “failed”)]’ valendata-export.json

Account deletion

To permanently delete your Valendata account and all associated data, contact support: Email: info@valendata.com Include the email address associated with your account. Once deletion is complete, your data is removed from Valendata’s systems and cannot be recovered.
Export your data before submitting a deletion request.
Deleting your account permanently deletes all Skills, Workflows, Browser Profiles, and run history in every Workspace you own. Workspaces where you are a member but not the owner are not affected.