Skip to main content

List feedback

List feedback

Query Parameters
per_page number

Possible values: value ≤ 100

Number of items to return per page (max 100)

offset number

Number of items to skip (for pagination)

created_before date-time

Filter items created before this date (ISO 8601 format)

created_after date-time

Filter items created after this date (ISO 8601 format)

updated_before date-time

Filter items updated before this date (ISO 8601 format)

updated_after date-time

Filter items updated after this date (ISO 8601 format)

messageId string

Filter feedback by message ID

discoveryId string

Filter feedback by discovery ID

Responses
200

Return a paginated list of feedback

Schema OPTIONAL
feedbacks object[]

Array of feedback items

id string

Unique identifier of the feedback

clientId string

Client identifier

createdAt date-time

Creation date of the feedback

updatedAt date-time

Last update date of the feedback

starred boolean

Whether the feedback is starred

score number

Score associated with the feedback

messageId string

Identifier of the associated message

discoveryId string

Identifier of the associated discovery

selections object[]

List of selections within the feedback

id string

Unique identifier of the selection

clientId string

Client identifier

createdAt date-time

Creation date of the selection

updatedAt date-time

Last update date of the selection

content string

Text content of the selection

fullSelection boolean

Whether this selection covers the full feedback content