List results
GET /api/v1/results
Return a paginated list of your tool results.
Query parameters
Number of results to return. Default
50, maximum 100.Pagination offset. Default
0.Filter to a specific tool or package name (e.g.
"vc-shortlist-v1", "growth_plan", "intelligence_result").Filter to results associated with a specific chat UUID.
Sort field:
created_at (default) or file_size.Sort direction:
desc (default) or asc.Response
List of lightweight result items.
Total number of matching results.
Limit applied.
Offset applied.
cURL
Response
Get a result
GET /api/v1/results/{result_id}
Return a single result with the full result_data payload. Use this for downloading the complete output.
UUID of the result.
Response
UUID of the result.
UUID of the owning user.
UUID of the associated chat.
null if not linked.Title of the associated chat.
Name of the tool that produced this result.
Full output data. Shape depends on the tool. For intelligence results this contains
records, summary, records_count, and package_id.Tool-specific metadata (e.g.
expansion_type for intelligence expansions).Format of the stored data.
Size of
result_data in bytes.ISO 8601 creation timestamp.
cURL
Response