Skip to main content
GET
Analytics V2 References

Authorizations

X-API-KEY
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID). Provided in the conversation SSE event from the Analytics SSE V2 endpoint.

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 (normalized format)

Wrapper for analytics references response (normalized format). The payload contains a list of references with enriched metadata.

error
object | null

Error object. Null on success.

payload
object | null