Skip to content

Get a review's append-only thread turns

GET
/v1/reviews/{id}/turns
id
required
string

Ok

object
items
required
Array<object>

One immutable turn in a review’s append-only thread (turn_…).

object
id
required
string
seq
required
integer
turn_type
required
string
Allowed values: agent_draft agent_question agent_note human_comment human_question human_edit human_approve human_reject human_reconfirm system_diff state_change nudge
actor_kind
required
string
Allowed values: agent human review_agent system
actor_id
string
body
string
revision
integer
diff_json
object
key
additional properties
any
metadata
object
key
additional properties
any
created_at
required
string format: date-time
total
required
integer

Missing or invalid credential.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Authenticated but lacking the required scope, or out of quota.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Resource not found.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope