Skip to main content
GET
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
join
Join Run
curl --request GET \
  --url https://api.b-bot.space/api/v2/threads/{thread_id}/runs/{run_id}/join \
  --header 'bbot-api-key: <api-key>'
"<string>"

Authorizations

bbot-api-key
string
header
required

API key for authentication

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

Success