Get the latest insights snapshot of a thread
GEThttps://platform.docana.com/api/v1/threads/:threadId/latest-insights/
Snapshots are produced by insight extraction, which runs after agent turns or when a thread is archived with an insights-enabled agent (see POST /api/v1/threads/{threadId}/archive/). Answers null with status 200, not 404, when the thread exists but has no snapshot yet.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The latest snapshot, or null when none exists
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Thread not found
Unexpected server error.