Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Conversation Tree query.

Operation details

FieldValue
NameconversationTree
GroupConversations
TypeQuery
SignatureconversationTree(conversationId: ID!): ConversationTreeResult!

Playground

Query

Query
query ConversationTree($conversationId: ID!) {
  conversationTree(conversationId: $conversationId) {
    data {
        id
        status
        createdAt
        conversationId
        costCredits
        createdBy
      }
  }
}

Variables

Variables
{
  "conversationId": ""
}