Skip to main content
GET
List a document's reviews

Path Parameters

workspaceId
string<uuid>
required

Workspace identifier.

documentId
string<uuid>
required

Unique identifier of the document.

Response

assignees
object[]
required

The reviewers assigned to this review (empty when unassigned).

author
object
required

Account that opened the review.

createdAt
string<date-time>
required

When the review was created.

displayName
string
required

The review's title.

documentId
string<uuid>
required

Document under review.

id
string<uuid>
required

Unique identifier of the review.

reviewStatus
required

The review's current status.

Allowed value: "needs_review"
updatedAt
string<date-time>
required

When the review was last updated.