Skip to main content
GET
/
v2
/
conversations
/
{conversation_id}
/
references
References (v2)
curl --request GET \
  --url https://api.linqalpha.com/v2/conversations/{conversation_id}/references \
  --header 'X-API-KEY: <api-key>'
{
  "error": null,
  "payload": {
    "references": [
      {
        "id": "9162ee3d-e71e-4f2d-81a7-9981ecb06597",
        "citation_idx": 1,
        "search_type": "rms",
        "chunk_id": "7601005986849213491",
        "text": "Through our Apple Manufacturing Academy in Detroit, we're already training American businesses and innovators on the latest smart manufacturing and artificial intelligence techniques. Six months since opening, the academy is already making an enormously positive impact...",
        "text_type": "paragraph",
        "document_id": "ed6ed077-949c-46ec-b036-d01fafc9bb84",
        "document_name": "Apple, Inc., Q1 2026 Earnings Call, 29-January-2026 5",
        "s3_file_key": null,
        "external_url": "",
        "metadata": {
          "rms_type": null,
          "rms_sub_type": null,
          "rms_document_type": "earnings_call",
          "source": null,
          "countries": null,
          "regions": null,
          "participants": null,
          "tags": null,
          "publisher": null,
          "calendar_date": null,
          "fiscal_year": null,
          "fiscal_quarter": null,
          "document_category": "earnings_call",
          "document_subcategory": null,
          "sector": null,
          "subsector": null,
          "stock_ids": [
            "BBG001S5N8V8"
          ],
          "tickers": [
            "AAPL"
          ],
          "company_names": null,
          "offset": null,
          "snippet": null
        }
      },
      {
        "id": "05cc6e75-674c-4263-9427-a2113d06a51c",
        "citation_idx": 2,
        "search_type": "rms",
        "chunk_id": "7575071132181705859",
        "text": "Our revenue of $102.5 billion was up 8% year-over-year and is a new September quarter record. We set September quarter records in the Americas, Europe, Japan and the rest of Asia Pacific, and grew in the vast majority of markets we track...",
        "text_type": "paragraph",
        "document_id": "c893ee34-fb85-491d-b667-0be2be515418",
        "document_name": "Apple, Inc., Q4 2025 Earnings Call, 30-October-2025 5",
        "s3_file_key": null,
        "external_url": "",
        "metadata": {
          "rms_type": null,
          "rms_sub_type": null,
          "rms_document_type": "earnings_call",
          "source": null,
          "countries": null,
          "regions": null,
          "participants": null,
          "tags": null,
          "publisher": null,
          "calendar_date": null,
          "fiscal_year": null,
          "fiscal_quarter": null,
          "document_category": "earnings_call",
          "document_subcategory": null,
          "sector": null,
          "subsector": null,
          "stock_ids": [
            "BBG001S5N8V8"
          ],
          "tickers": [
            "AAPL"
          ],
          "company_names": null,
          "offset": null,
          "snippet": null
        }
      }
    ]
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID). Provided in the conversation SSE event.

Query Parameters

organization_id
string<uuid>

Organization ID. Required for platform API keys to identify the target organization.

user_id
string

User ID. Required together with user_email for platform API keys to identify the specific user who owns the conversation.

user_email
string<email>

User email. Required together with user_id for platform API keys to identify the specific user who owns the conversation.

Response

References response

references
object[]
required

List of references associated with the conversation