v1

latestOpenAPI 3.1.02026-07-265897154.5 KB
Answers

List raw AI responses for a prompt

Raw, per-response AI-answer data for one prompt (Profound-parity) — platform, response date, response text, brand/competitor mentions, and citations, one entry per AI response. text is hard-truncated at 2000 characters; truncated flags the cut. Paginated: limit (default 10, max 50) + offset. Returns 404 if promptId doesn't exist or belongs to a different project. days defaults to 30, max 365.

get/api/mcp/projects/{projectId}/prompts/{promptId}/responses

Path parameters

projectIdstring uuid required

The project id.

promptIdstring uuid required

The prompt's id.

Query parameters

daysinteger

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

platformstring

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

limitinteger

Page size. Default and maximum vary by endpoint — see the operation description.

offsetinteger

Row offset for pagination.

Response

Raw AI responses.

All 58 operations