Conversations
Get conversation
Fetch one public conversation by ID. Returns the same shape as a single item from List conversations.
GET
Returns one conversation record by ID for the workspace tied to your API key. The response shape is identical to a single entry in List conversations: same fields, same nested
events[] objects, and the same public article, folder, tag, and attachment semantics.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Path parameters
Conversation ID to fetch. Get this from List conversations. The public Generate Answer response is event-only, so use the list route if you need to discover a newly created conversation ID.
Response
The response is a singlePublicConversation object. See List conversations → PublicConversation for the full field reference and nested object definitions.
Current controller behavior: unknown, already-deleted, or inaccessible conversation IDs surface as
500 Internal Server Error on this public route rather than a dedicated 404 Not Found.Errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading the conversation. Unknown, already-deleted, or workspace-mismatched IDs currently surface here on the public route as well.

