Skip to main content
Returns prompts (id and text) with per-response web search queries. Optionally filter by prompt and/or LLM names.

Path parameters

string
required
Run UUID.

Query parameters

string
Optional prompt UUID filter. Alias: promptId.
string
Optional LLM name filter. Repeat the param or pass a comma-separated list. Alias: llm_names.

Request

Response

object
Run id, brandId, and startedAt.
object
Applied promptId and llmNames filters.
object
Counts of prompts, responses, and queries in the result.
array
Each prompt includes id, text, and responses[] with analysisResultId, llm, and webSearchQueries.