Get conversation
Retrieve a conversation with its full message history — alternating user and assistant turns. Each assistant turn carries the originating jobId and an omniChatUrl deep link.
The conversations returned by this API depend on the type of API key being used:
- Organization API keys can access any conversation in the organization
- Personal Access Tokens can only access the authenticating user’s conversations
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the conversation
Response
Conversation retrieved successfully
The unique identifier for this conversation.
"660e8400-e29b-41d4-a716-446655440001"
The user ID who created this conversation.
"990e8400-e29b-41d4-a716-446655440004"
The organization that owns this conversation.
"880e8400-e29b-41d4-a716-446655440003"
When the conversation was created.
"2025-01-15T10:00:00.000Z"
When the conversation was last modified.
"2025-01-15T10:01:30.000Z"
Ordered list of messages in the conversation, alternating between user and assistant turns.