Veeva Read
Overview
The Veeva Read Snap reads records from Veeva Vault objects.
Use this Snap to retrieve records from Veeva Vault objects by specifying record IDs.

Supported Accounts
- This is a Read-type Snap.
Works in Ultra Tasks
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input |
This Snap has at most one document input view. The input document can contain record IDs to read. If no input is provided, the Snap reads records based on the configured settings. |
|
| Output |
This Snap has exactly one document output view. The output document contains the record data retrieved from Veeva Vault. |
|
| Learn more about Error handling. | ||
Snap settings
| Field/Field set | Description |
|---|---|
| Label*
|
Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline. Default value: Veeva Read |
| API version*
|
The Veeva Vault API version to use for this Snap. Default value: v25.2 Example: |
| Object type
|
The name of the Veeva Vault object to read records from. Default value: N/A Example: |
| Page size
|
The number of records to retrieve per page. This setting controls pagination for large result sets. Default value: 1000 Example: |
| Ignore empty result
|
Select this checkbox to ignore empty results. When selected, the Snap does not write an output document if no records are found. Default value: Not selected |
| Output fields
|
Specify the fields to include in the output. Click the + icon to add fields to retrieve from the Veeva Vault object. Default value: N/A |
| Where clause
|
A WHERE clause to filter the records retrieved. Use VQL (Vault Query Language) syntax. Default value: N/A Example: |
| Number of retries
|
The number of retry attempts for failed API calls. The Snap retries the request if it receives a transient error from Veeva Vault. Default value: 3 Example: |
| Retry interval (seconds)
|
The time interval in seconds between retry attempts. Default value: 1 Example: |
|
Snap execution Dropdown list
|
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Validate & Execute |