provider conversations POST /api/projects/{project_id}/conversations/tickets/{id}/ai_feedback/
@utdk/posthog /api/projects/{project_id}/conversations/tickets/{id}/ai_feedback/
conversations_tickets_ai_feedback_create
Record reviewer feedback on an AI reply, captured to the internal analytics project.
id path required
The ticket's UUID or its numeric ticket number.
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
conversationsTicketsAiFeedbackCreate
POST/api/projects/{project_id}/conversations/tickets/{id}/ai_feedback/
Record reviewer feedback on an AI reply, captured to the internal analytics project.

Parameters

required

The ticket's UUID or its numeric ticket number.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

required

ID of the AI message being rated.

required

Reviewer rating: good or bad. * `good` - good * `bad` - bad

Optional text explaining a bad rating.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.conversationsTicketsAiFeedbackCreate()