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_idstringRequired
Business ID

Response

review found
objectenum
idstringformat: "uuid"
created_atdatetime
updated_atdatetime
taskslist of objects
completed_atdatetime or nullOptional
analyst_read_markdownstring or nullOptional

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_atdatetime or nullOptional
When the analyst read was delivered. Null until a read has been generated.
assigneeobject or nullOptional

Errors

404
Get Business Review Request Not Found Error