Zum Hauptinhalt springen

List feedback entries

Lists feedback entries with optional filtering, search, and cursor-based pagination.

Query Parameters
includeBotSpecific boolean
limit number

Possible values: 1 ≤ value ≤ 100

cursor string
q string
botId number
hideCompletedFeedback boolean
Responses
200

Successful response

Schema OPTIONAL
data object[]
id number
uuid uuid

Possible values: Value must match regular expression ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

botId
userId
createdAt string
updatedAt string
chat object
feedback object
title
category
status
tags string[]
severity
impact
effort
churnRisk
customerSegment
growthImpact
duplicateOf
requesterName
requesterEmail
closed boolean
priority number
matches
matchesExplanation
adminComment
positive boolean
taskId
historyLength number
email
nextCursor string OPTIONAL
400

Invalid input data

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
401

Authorization not provided

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
403

Insufficient access

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
404

Not found

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
500

Internal server error

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string