Responses are the raw LLM outputs collected during mention checks. Each response is tied to a prompt and a model, and may or may not mention your entity.Documentation Index
Fetch the complete documentation index at: https://docs.geogen.io/llms.txt
Use this file to discover all available pages before exploring further.
geogen responses list
List responses with mention status. Maps to GET /v1/responses.
| Flag | Description |
|---|---|
--entity <id> | Entity ID (required) |
--period <period> | 7d, 14d, or 30d |
--start-date <iso> / --end-date <iso> | Custom date range |
--models <uuids> | Comma-separated model UUIDs |
--tags <ids> | Comma-separated tag IDs |
--prompt-ids <ids> | Comma-separated prompt IDs |
--mention-status <state> | all, mentioned, or not-mentioned |
--limit <n> | Max results |
--offset <n> | Pagination offset |
Common filters
geogen responses details
Show the full payload for a single response, including mentions, citations, and query fanouts. Maps to GET /v1/responses/details.
jq for ergonomic inspection:

