1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. GetConversationResponse

GetConversationResponse

    Response body for retrieving a conversation and its messages.

    Properties

    • conversation Conversation required
      The conversation details
    • id string required
      The unique identifier
    • created string required
      The creation timestamp
    • title string required
      The title
    • summary string required
      The summary
    • messages array[Message] required
      The messages in the conversation
    • id string required
      The unique identifier of the message.
    • created string required
      The timestamp when the message was created, in ISO 8601 format.
    • model string required
      The AI model used to generate this message.
    • role string required
      The role of the message author (e.g. user, assistant).
    • message string required
      The text body of the message.
    • message_schema_version string required
      The schema version of the message format.
    • skills string required
      A JSON-encoded string of skill invocations associated with this message.
    • parent_conversation_message_id string required
      The ID of the parent conversation message, if this is a reply.