Skip to main content
POST
Execute conversation run

Autorizaciones

Authorization
string
header
requerido

Bearer token for API authentication

Encabezados

x-is-chat
boolean

Boolean flag to determine assistant type (true = chat/scribe, false = extraction)

x-doctor
string
requerido

Doctor identifier for tracking and auditing

x-patient
string

Patient identifier for tracking and auditing

Parámetros de ruta

threadId
string
requerido

The thread identifier to execute the run in

Cuerpo

application/json
input
object
requerido
config
object
requerido

Respuesta

Run created successfully

run_id
string
requerido

Unique run identifier

Ejemplo:

"run-xyz789"

thread_id
string
requerido

Associated thread identifier

Ejemplo:

"thread-abc123"

status
enum<string>
requerido

Current status of the run

Opciones disponibles:
pending,
running,
completed,
failed
Ejemplo:

"pending"

created_at
string<date-time>
requerido

Timestamp when run was created

Ejemplo:

"2023-10-09T10:00:00.000Z"