Skip to main content
GET
/
project
/
{projectId}
/
security-champion
/
{conversationId}
/
stream
Stream Security Champion messages
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/security-champion/{conversationId}/stream \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Project unique identifier

conversationId
string
required

Conversation unique identifier

Query Parameters

vulnerabilityType
string

Type of vulnerability

vulnerabilityId
string

Vulnerability ID for context

message
string

Message to send to the AI (optional - empty for heartbeat mode)

Response

SSE stream opened successfully - returns text/event-stream