List project feedback
GET/api/v1/projects/:slug/feedback/
List a project's feedback entries, newest first, 25 per page. Spam entries are excluded.
Requires an API key with the feedback:read scope in the
Authorization header. The key must cover the project in the URL; a
key for another team's project, or one outside the key's project
restriction, returns 404 Not Found.
Each entry with a screenshot includes a screenshot_url that is
pre-signed and valid for five minutes. Fetch screenshots right after
listing, or request the page again for fresh URLs.
Request
Responses
- 200
- 401
- 404
- 429
One page of feedback entries.
Missing or invalid API key.
The API key does not cover this project, or the project does not exist.
Rate limit exceeded.