Skip to main content
GET
/
prompts
/
results
Raw platform responses from the latest usable run
curl --request GET \
  --url https://openlens.com/api/prompts/results \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "rawResponse": "<string>",
    "promptUsed": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "promptId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "mentions": [
      {}
    ],
    "citations": [
      {}
    ],
    "attributes": [
      {}
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

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,
perplexity,
perplexity_app,
google_app,
deepseek
limit
integer
default:50
Required range: 1 <= x <= 500
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,
perplexity,
perplexity_app,
google_app,
deepseek
rawResponse
string
promptUsed
string
createdAt
string<date-time>
promptId
string<uuid>
mentions
object[]
citations
object[]
attributes
object[]