latestOpenAPI 3.1.02026-08-223321,1001.6 MB
2134ebffd1ef
External API
Send a message
Send a follow-up message to an idle session.
post/v1/sessions/{session_id}/messages
Path parameters
session_idstring uuid required
Request body
Example request
{
"input": "Can you check if the database connection pool was exhausted during the incident?"
}Response
Successful Response
Example response
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": "running",
"messages": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"confidence": "Medium",
"confidence_explanation": "The evidence suggests a likely cause, but alternative explanations cannot be ruled out."
}
],
"user_message_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"assistant_message_id": "f0e1d2c3-b4a5-6789-0abc-def123456789"
}