Skip to main content
GET
Raw platform responses from the latest usable or selected run

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Query Parameters

projectId
string<uuid>
required

Project id. Required on all data endpoints.

runId
string<uuid>

Prompt run ID. Omit to use the project's latest usable run. By default the run must be completed; pair with allowIncompleteRun=1 to read partial results from an owned in-progress, cancelled, or failed run. Use GET /prompts/runs to list run IDs.

topicId
string<uuid>
promptId
string<uuid>
platform
enum<string>

LLM platform identifier. Newer scraper-backed ids end in _app; chatgpt, perplexity, and gemini are legacy and not returned by current runs.

Available options:
chatgpt,
chatgpt_app,
claude,
gemini,
gemini_app,
grok_app,
grok_api,
perplexity,
perplexity_app,
google_app,
deepseek
limit
integer
default:50
Required range: 1 <= x <= 500
allowIncompleteRun
enum<string>

Set to 1 with runId to read partial results from an owned run in any status. Unknown and other-project run IDs return an empty array in this mode.

Available options:
1
promptAttributes
string

Comma-separated list of attribute filters. Accepts both built-in attributes (e.g. pricing, comparisons) and project-specific custom attributes.

Response

Successful response

id
string<uuid>
llmPlatform
enum<string>

LLM platform identifier. Newer scraper-backed ids end in _app; chatgpt, perplexity, and gemini are legacy and not returned by current runs.

Available options:
chatgpt,
chatgpt_app,
claude,
gemini,
gemini_app,
grok_app,
grok_api,
perplexity,
perplexity_app,
google_app,
deepseek
rawResponse
string
promptUsed
string
createdAt
string<date-time>
promptId
string<uuid>
parseState
enum<string>
Available options:
pending,
running,
succeeded,
failed,
skipped
mentions
object[]
citations
object[]
attributes
object[]