Where to find your results
Open the Downloads page at app.deepcurrent.app/downloads. Results are listed in reverse chronological order. Use the dashboard download buttons to export any result as JSON or CSV. Results are private to your account. No one else can access them.What gets saved
| Source | Saved when |
|---|---|
Intelligence execute (vc-shortlist-v1, builder-discovery-v1, etc.) | The execute step completes |
| Intelligence expand (contact unlock, increase limit) | The expand step completes |
| Growth run | The run status reaches completed |
| BD job | The job finishes processing |
API access
List all your results with pagination and optional filtering:Query parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of results to return (1–100, default 50) |
offset | integer | Pagination offset (default 0) |
tool_name | string | Filter by tool name (e.g. vc-shortlist-v1, run_growth_plan) |
chat_id | UUID | Filter by chat session |
order_by | string | Sort field: created_at or file_size (default created_at) |
order | string | Sort direction: asc or desc (default desc) |
Example: filter by package
Response
Retrieve a single result
Fetch the full result data, including all records:Result fields reference
| Field | Description |
|---|---|
id | Unique result ID |
tool_name | Package or tool that produced this result |
file_format | json or csv |
file_size | Size in bytes |
created_at | Timestamp when the result was saved |
result_data | Full result payload including records |
preview | Lightweight summary shown in list views |