Stop Thread Execution
Stop a running thread execution. This will stop the thread if it is currently running and mark it as stopped.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
thread_id
thread_id
The unique thread ID to stop
Response
Thread stopped successfully
message
Status message about the stop
status
New status of the thread (always ‘stopped’)
stopped_at
ISO timestamp when thread was stopped
thread_id
The thread ID that was stopped
