Skip to main content
POST
/
threads
/
{threadID}
/
runs
Create a thread run
curl --request POST \
  --url https://api.smith.langchain.com/v1/deepagents/threads/{threadID}/runs \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

X-Api-Key
string
header
default:LANGSMITH_API_KEY
required

Path Parameters

threadID
string
required

Thread ID.

Body

application/json

JSON payload passed through to the upstream agent runtime.

Response

Run returned.

The response is of type object.