Skip to main content
POST
Create feedback

Authorizations

Authorization
string
header
required

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

Body

application/json
title
string
required
Minimum string length: 1
callId
string<uuid>
agentId
string<uuid>
description
string
proposedSolution
string
type
enum<string>
Available options:
workflow,
decision-llm,
stt,
tts,
vad-nc,
latency,
platform,
ui,
general,
system,
audio,
transcription,
decision
severity
number
default:0.5
Required range: 0 <= x <= 1
status
string
default:open
assignedTo
string
messageId
string | null
resolved
boolean
default:false

Response

Feedback created

success
enum<boolean>
required
Available options:
true
data
object
required