References (v2)
Retrieves the list of evidence references (citations) used in a conversation.
The Analytics SSE endpoint streams the generated answer but does not include references in the response. Use this endpoint after the stream completes to fetch the full list of references that were cited in the answer.
Usage Flow:
- Call the Analytics SSE endpoint (
POST /v1/analytics/sse) - From the SSE stream, find the
conversationevent → extractconversation_id - After the stream finishes, call this endpoint with the
conversation_id - The response contains all references with citation index, source document info, and metadata
How to view original documents:
- Via Viewer:
https://chat.linqalpha.com/rms/viewer?conversation_id={conversation_id}&citation_idx={citation_idx}
Documentation Index
Fetch the complete documentation index at: https://docs.linqalpha.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Conversation ID (UUID). Provided in the conversation SSE event.
Query Parameters
Organization ID. Required for platform API keys to identify the target organization.
User ID. Required together with user_email for platform API keys to identify the specific user who owns the conversation.
User email. Required together with user_id for platform API keys to identify the specific user who owns the conversation.
Response
References response
List of references associated with the conversation