GET
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
join
Join Run
curl --request GET \
  --url https://api.b-bot.space/v2/threads/{thread_id}/runs/{run_id}/join
"<any>"

Path Parameters

thread_id
string<uuid>
required

The ID of the thread.

run_id
string<uuid>
required

The ID of the run.

Query Parameters

cancel_on_disconnect
boolean
default:false

If true, the run will be cancelled if the client disconnects.

Response

200
application/json

Success

The response is of type any.