Skip to main content
POST
Create Flow Execution Feedback

Authorizations

x-api-key
string
header
required

Body

application/json

Request model for creating flow feedback.

flow_execution_id
string
required
context_id
string
required
source
string
required
feedback_type
enum<string> | null

Enum for feedback types.

Available options:
positive,
negative
issue_type
string | null
comment
string | null

Response

Successful Response

Model for flow feedback.

id
string<uuid>
required
flow_execution_id
string<uuid>
required
user_id
string<uuid>
required
organization_id
string<uuid>
required
created_at
string
required
updated_at
string
required
source
string
required
context_id
string | null
feedback_type
enum<string> | null

Enum for feedback types.

Available options:
positive,
negative
issue_type
string | null
comment
string | null
portkey_trace_id
string | null
portkey_synced
boolean
default:false