List a review's timeline
Returns the review’s timeline — comments and lifecycle events (opened, renamed, linked, assigned, verified, reopened) interleaved, oldest first, with cursor pagination. Requires ViewReviews.
Path Parameters
Workspace identifier.
Unique identifier of the review.
Query Parameters
Cursor pointing to the last item of the previous page.
Obtain this from the nextCursor field in the response.
Whether to include the total item count in the response's total field.
Defaults to false, since counting is an extra query; set it to true
only when the count is actually needed.
The maximum number of records to return (1-100, default: 20).
1 <= x <= 100Response
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Items in this page.
One entry in a review's timeline: either a message or a lifecycle event, tagged so a client renders them interleaved in order.
- Option 1
- Option 2
Cursor to fetch the next page. Present only when more items exist.
Total count of items matching the query (if requested).