Executes a conversation run within an existing thread to process AI interactions. This is the core AI processing endpoint - sends messages to the AI assistant and initiates processing. Used for both real-time chat interactions and clinical note extraction from transcriptions. The run executes asynchronously and can be monitored via the join endpoint.
Bearer token for API authentication
Boolean flag to determine assistant type (true = chat/scribe, false = extraction)
Doctor identifier for tracking and auditing
Patient identifier for tracking and auditing
The thread identifier to execute the run in
Run created successfully
Unique run identifier
"run-xyz789"
Associated thread identifier
"thread-abc123"
Current status of the run
pending, running, completed, failed "pending"
Timestamp when run was created
"2023-10-09T10:00:00.000Z"