Export Run Results and Account Data
Download run output as JSON or CSV, or export a complete copy of your account data for backup or migration.Run output
Consuming output via API
Every Skill run returns its result directly in the API response as strict JSON.Downloading results from the dashboard
After a Skill run completes, the output appears in the Workspace tab on the Skill detail page. Use the Download CSV or Download JSON buttons above the results table to save the output to your machine.Routing data automatically with Workflows
For ongoing pipelines, use a Workflow to push data to an external system automatically after every run:Postgres
Insert or upsert rows into a Postgres table on every run. Connect your database once in Integrations and map Skill output fields to table columns in the Workflow editor.
HTTP step
Use a custom HTTP step inside a Workflow to forward data to any REST endpoint with full control over headers and body.
Account data export
You can download a complete copy of your account data at any time from Settings → Profile → Data Controls. Click Export Account Data and the file downloads immediately. The export is a single JSON file containing:Profile
Profile
Your display name, email address, plan, current credit balance, and account creation timestamp.
Workflows
Workflows
Every Workflow in your account including its steps, connections, run count, and schedule configuration.
Run history
Run history
A log of every Workflow run — run ID, status, credits charged, execution time, and timestamps. Run output payloads are not included; download those individually from the Workspace tab.
Credential metadata
Credential metadata
The name, type, and description of every stored credential. Actual secrets are never included.
API key metadata
API key metadata
The name, key prefix, creation date, and last-used timestamp of every active API key. Actual key values are not included.