v1

latestOpenAPI 3.0.12026-07-22231676.5 KB
Vault

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.

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.

get/api/v1/vault/get_row/{review_table_id}/{file_id}

Path parameters

review_table_idinteger required

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.

file_idstring uuid required

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

assigned_userstring email

Email of the user assigned to the row

event_idinteger

The review table ID (same value as the path parameter)

file_idstring uuid

Echoes the requested file ID. For a row that covers a file group, this is the requested member file rather than an identifier of the row itself.

is_assignedboolean

Whether the row is assigned to a user

updated_atstring

Timestamp when the row was last updated