Get Review Table Metadata
Vault
Get Review Table Metadata
Fetches metadata for a single review table by its ID, including its title, creation timestamp, and the list of file IDs associated with it.
Use the review_table_ids returned by Get Vault Project Metadata to enumerate available review tables in a project. Once you have a review_table_id, you can:
- Call this endpoint to retrieve the table’s
title,created_at, andfile_ids. - Call Get Review Table Row with a
review_table_idandfile_idto retrieve row-level data for a specific file.
GET
Get Review Table Metadata
Permissions
RequiresVault API permission.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The integer ID of the review table. Obtain this from the review_table_ids array in the Get Vault Project Metadata response.
Response
Review table metadata returned successfully