v1
latestOpenAPI 3.0.12026-07-22231676.5 KBGet 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.
Files that belong to a file group (multiple files reviewed together as a single row) are supported: requesting any file in the group returns the group's row, with file_id in the response echoing the requested file.
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.
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. A file that is part of a file group resolves to the group's row.
Response
Review table row returned successfully