Run conversation
POST /api/conversations/{conversation_id}/run
Start running the conversation in the background.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
404 | Item not found |
409 | Conversation is already running |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | no | — |
Operation ID: run_conversation_api_conversations__conversation_id__run_post