Get Review Table Row Details
Enables authorized users to retrieve a row from a review table, given a review table ID and a file ID corresponding to the row.
The review_table_id path parameter is the review table’s integer ID — the same value as review_table_ids entries in Get Vault Project Metadata and as review_table_id in the Get Review Table Metadata response. Use Get Review Table Metadata to obtain the file_ids valid for a given review_table_id.
For each cell in the response, summary contains the short answer and additional_context contains the full reasoning behind it. Within each field, a user-edited value takes precedence over the AI-generated value, including the empty string — if a user clears a field, the API returns "" for that field and sets is_edited to true rather than falling back to the AI text. The AI value is only used when the user has never edited that field.
Permissions
RequiresVault API permission.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The review table ID (integer). This is the same value as review_table_ids entries returned by Get Vault Project Metadata and as review_table_id returned by Get Review Table Metadata.
The file ID corresponding to the row
Response
Review table row returned successfully
Email of the user assigned to the row
The review table ID (same value as the path parameter)
The unique identifier of the file in the review table
Whether the row is assigned to a user
Timestamp when the row was last updated
The review table response containing cells