Set a record's review status
Sets the review status (pending/approved/rejected) across a record’s fields — by default the AI-written fields, or an explicit fieldKeys list. Requires data-record:review on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
The parent project id.
objectId
The project-scoped object definition id.
recordId
The record id.
Request
This endpoint expects an object.
status
The review status to set across the fields.
Allowed values:
note
An optional reviewer note.
fieldKeys
Explicit field keys to review (defaults to the AI-written fields, else every field).
Response
The record with updated review entries.
record
An arbitrary JSON object.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error