Messages
Create a Message
Create a new Human
message within an existing run
POST
/
clusters
/
{clusterId}
/
runs
/
{runId}
/
messages
New messages can not be added while the Run is in the pending
or running
status.
Headers
authorization
string
requiredPath Parameters
runId
string
requiredclusterId
string
requiredBody
application/json
message
string
requiredid
string
Required string length:
26
type
enum<string>
Available options:
human
, supervisor
Response
201 - application/json
The response is of type any
.
Was this page helpful?