Subscribe to Prompt Responses by Thread
GET/prompt-svc/prompts/:threadId/responses/subscribe
Subscribe to prompt responses by thread via Server-Sent Events (SSE)
Request
Path Parameters
threadId stringrequired
Thread ID
Responses
- 200
- 400
- 401
Streaming response
- */*
- Schema
Schema
string
Missing threadId parameter
- */*
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...