Skip to main content
GET
Get the result of an async chat request.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

chat_id
string
required

Response

Chat result

Response when polling for async chat result

chatId
string

The chat ID

status
string

Status: processing, completed, or error

response
string

AI-generated response (when completed)

fullText
string

Full response text (when completed)

context
object

Context information from the response

error
string

Error message (when status is error)

userMessage
string

The original user message