Skip to main content
GET
/
responses
Get LLM Responses
curl --request GET \
  --url https://api.geogen.io/v1/responses \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {}
  ],
  "pagination": {
    "total": 123,
    "limit": 123,
    "offset": 123
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Query Parameters

entityId
string
required

Entity ID

period
enum<string>

Time period

Available options:
7d,
14d,
30d
models
string

Comma-separated model UUIDs

mentionStatus
enum<string>

Filter by mention status

Available options:
all,
mentioned,
not-mentioned
limit
number

Results per page

offset
number

Pagination offset

Response

Successful response

success
boolean
data
object[]
pagination
object