get https://example.com/v1/v1/chat/attributions//
Authentication Required: This endpoint requires a valid API key.
Important: This endpoint is part of a sequential flow:
- First call
/v1/chat
to create a chat and getthreadId
andturnId
- Then get
/v1/chat/response/{threadId}/{turnId}
for the AI's response - Finally use this endpoint to get attributions for that response
Returns a list of attributions and source documents used in the response.
Rate Limiting: This endpoint is subject to rate limiting based on your organization's settings. The response headers will include:
X-RateLimit-Limit
: Maximum requests allowed in the current time windowX-RateLimit-Remaining
: Number of requests remainingX-RateLimit-Reset
: Unix timestamp when the rate limit resets