Export the analysis results as CSV.
One row per sub-analysis. Per-prompt columns appear in the analysis’
canonical prompt order; __argument and __sources extras are emitted
next to their prompt’s response column when the corresponding flag is set.
API Key for external integrations (format: greetincs_...)
Analysis ID in TypeID format
Field delimiter.
comma, semicolon, tab Prepend a UTF-8 BOM. Set true for downloads opened in Excel-on-Windows (which otherwise mis-detects encoding and garbles non-ASCII cells); leave false for programmatic consumers (pandas, Python csv, Node csv-parse, n8n).
Include the model's argument as <prompt>__argument next to each prompt response column.
Include sources as <prompt>__sources (JSON-encoded list) next to each prompt response column.
Restrict columns to these prompt IDs. Header order still follows the analysis' canonical prompt order. Pass comma-separated (?prompts=a,b) — repeated form (?prompts=a&prompts=b) is also accepted.
Restrict rows to sub-analyses with one of these statuses. Pass comma-separated (?statuses=completed,failed).
Lifecycle of a per-domain execution inside an Analysis.
pending, queued, in_progress, completed, problem, failed, skipped Optional download filename (without .csv extension). Empty string means use the server-generated default <slug>-<short_id>-<UTC>.csv. Sanitized server-side.
120Analysis results as CSV (one row per sub-analysis).
The response is of type file.