Create an agent run and wait for the response
Executes an agent run and returns the final response. Note: If the agent uses an input form trigger, all form fields (including optional fields) must be included in the input object.
Request body
Example request
{
"messages": [
{
"role": "USER"
}
]
}Response
Success
Example response
{
"run": {
"messages": [
{
"role": "USER"
}
]
},
"messages": [
{
"role": "USER"
}
]
}Changes
Changed in 18 of the 92 revisions of this API.117
- ●
added the new
SANDBOX_EGRESSenum value to theauthenticationSuggestions/items/allOf[ServerToolBase]/requestTyperesponse property for the response status422response-property-enum-value-added
- ●
- ○
added the media type
application/jsonfor the response with the status422response-media-type-added
- ○
- ○
the endpoint scheme security
APITokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APITokenwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○