fleet threads
Create a thread and start a run
Creates a thread bound to agent_id and starts a run on it in one call. Returns the upstream run record (pending/running, not yet complete). Run kwargs are passed through; thread-creation flags go in the optional thread envelope. The new thread is rolled back if the run fails to start.
post/v1/fleet/threads/runs
Request body
Example request
{
"agent_id": "11111111-1111-1111-1111-111111111111"
}Response
OK
object required
Changes
Changed in 1 of the 48 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○