Skip to main content
POST

Permissions

Requires Vault API permission and permission to modify workspace projects.

Path Parameters

review_table_id
integer
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.

Body

application/json
file_ids
string<uuid>[]
required

The IDs of the files to add. One file is added as its own row; two or more are grouped into a file group that occupies a single row. Every file must belong to the review table's Vault project, must have finished processing, and must not already have a row or group membership in the table. Duplicate IDs are rejected with 400. Capped at 25 files per request by default; workspaces with a raised file-group limit may send more.

Required array length: 1 - 25 elements
group_name
string | null

Optional name for the file group created when two or more files are added. Defaults to the first file's name. Ignored for single-file requests.

Response

Review run scheduled successfully for the new rows

response
object