Skip to main content
GET
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
join
Join Run
curl --request GET \
  --url https://api.example.com/threads/{thread_id}/runs/{run_id}/join
{
  "error": "<string>",
  "message": "<string>",
  "details": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.aegra.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

thread_id
string
required
run_id
string
required

Response

Successful Response