feedback-program

Create Submission

Submit feedback plus a session-context snapshot. Open to every authenticated user; only an explicitly removed account is blocked.

post/v1/feedback-program/submissions

Request body

bodystring required
categorystring nullable
routestring nullable
page_urlstring nullable
page_load_idstring nullable
posthog_session_urlstring nullable
posthog_distinct_idstring nullable
user_agentstring nullable
screen_sizestring nullable
context_logobject[] nullable
screenshot_urlsstring[] nullable

Response

Successful Response

idstring uuid required
user_idstring nullable required
user_emailstring nullable required
user_namestring nullable required
bodystring nullable required
categorystring nullable required
routestring nullable required
status'new' | 'triaged' | 'resolved' | 'archived' required
mode'text' | 'interview_turn' | 'voice' required
context_log_countinteger required
created_atstring date-time required
interview_conversation_idstring uuid nullable
turn_indexinteger nullable
reaction'up' | 'down' nullable
github_issue_urlstring nullable
github_issue_numberinteger nullable
linear_issue_urlstring nullable
linear_issue_identifierstring nullable

Changes