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

context
object

Context information from the response

error
string

Error message (when status is error)

fullText
string

Full response text (when completed)

response
string

AI-generated response (when completed)

status
string

Status: processing, completed, or error

userMessage
string

The original user message