v1

latestOpenAPI 3.0.12026-07-269427.8 KB
Analytics

Get user feedback

Returns paginated user feedback with optional filtering

Authenticate with an admin API key.

get/v1/analytics/{projectId}/feedback

Path parameters

projectIdstring required

Your project ID. Can be copied from the API keys page in your dashboard.

Query parameters

dateFromstring

Date in ISO 8601 or YYYY-MM-DD format

Example:2024-01-01
dateTostring

Date in ISO 8601 or YYYY-MM-DD format. dateTo is an exclusive upper limit. Results include dates before, but not on, the specified date.

Example:2024-01-01
source'code_snippet' | 'contextual' | 'agent' | 'thumbs_only'

Filter by feedback source

statusstring

Comma-separated list of statuses to filter by

limitnumber

Max results per page

cursorstring

Pagination cursor

Response

Feedback data with pagination

{"stackTrail":"components:schemas:FeedbackResponse:properties:nextCursor","oasType":"schema","type":"unknown","description":"Cursor to retrieve the next page of results. Null if no more results."}
hasMoreboolean required

Whether additional results are available beyond this page.