GET
/
guilds
/
{id}
/
conversations
/
{conversationId}
Error
A valid request URL is required to generate request examples
{
  "messages": [
    {
      "id": 123,
      "role": "<string>",
      "content": "<string>",
      "username": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "flagStatus": "open"
    }
  ],
  "channelId": "<string>",
  "duration": 123,
  "tokenEstimate": 123
}

Authorizations

x-api-secret
string
header
required

Shared API secret configured via BOT_API_SECRET environment variable.

Path Parameters

id
string
required

Guild ID

conversationId
integer
required

ID of the first message in the conversation

Response

Conversation detail with messages

messages
object[]
channelId
string
duration
integer

Duration in seconds

tokenEstimate
integer