Skip to main content

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.
A successful response looks like:

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:
Your display name, email address, plan, current credit balance, and account creation timestamp.
Every Workflow in your account including its steps, connections, run count, and schedule configuration.
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.
The name, type, and description of every stored credential. Actual secrets are never included.
The name, key prefix, creation date, and last-used timestamp of every active API key. Actual key values are not included.
The export intentionally omits actual secrets, API key values, and credential payloads. If you are migrating to a new Workspace, you will need to re-enter credentials — your existing API keys will continue to work across Workspaces.