Analytics V2 References
Retrieves the list of evidence references (citations) used in an analytics conversation, in normalized format with enriched metadata.
Note: This endpoint returns references from the Analytics V2 SSE endpoint. Some source types (e.g.,
rms) require a separate onboarding process. For more information, please contact us at support@linqalpha.com.
Usage Flow:
- Call the Analytics SSE V2 endpoint (
POST /v2/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}
Note: This endpoint returns references in the same normalized format as the v1 references API, with enriched metadata fields (s3_file_key, external_url, calendar_date, fiscal_year, etc.). Use this endpoint when consuming the v2 analytics SSE stream.
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 from the Analytics SSE V2 endpoint.
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.