POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
regenerate

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Query Parameters

stream
boolean
default:
true

Whether to stream the response

Body

application/json
node_ids
object[] | null

Response

200 - application/json
content
string
required
conversation_id
string
required
created_at
string
required
id
string
required
status
enum<string>
required
Available options:
ACTIVE,
ARCHIVED,
DELETED
type
enum<string>
required
Available options:
AI_GENERATED,
HUMAN,
SYSTEM_GENERATED
citations
string[] | null
reason
string | null
sender_id
string | null