List successful AI responses for a review

List every successfully-generated AI response row for a given review, newest first (status=success, ordered by id descending).

Auth: Both — authentication. The review_id query param must sit inside your own account tree: the review's store must resolve to a company that is the authenticated user's own person.company_id or a descendant of it. Partner (bundle_id=1) and Account (bundle_id=3) roles share the endpoint; only the reachable part of the account tree differs.

Rate limit: No rate limit.

Request

  • Query: review_id (integer, required) — must be an existing review and belong to the auth company hierarchy.

Response{ data: [.] } envelope (resource collection). Each element:

  • id (integer) — AiReviewResponse row id.
  • review_id (integer) — the review this response belongs to.
  • response (string) — the generated reply text.
  • status (string) — always success (the query filters to it).
  • created_at (datetime) — ISO-8601 timestamp.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json