Retrieve a review for a business
Returns the review associated with a business
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
business_id
Business ID
Response
review found
object
id
created_at
updated_at
tasks
completed_at
analyst_read_markdown
LLM-generated analyst read of the business’s verification results, in CommonMark markdown: one lead sentence followed by up to five bullet findings. Inline links, when present, are dashboard-relative paths (for example /businesses/{id}/registrations) and may be ignored by API consumers. Null until a read has been generated; generated only for businesses without a risk order, whose risk assessment carries its own read.
analyst_read_generated_at
When the analyst read was delivered. Null until a read has been generated.
assignee
Errors
404
Get Business Review Request Not Found Error