> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# GetVCShareLinksInput

> Input type for generateVCShareLinks.

**Input object**

Input type for generateVCShareLinks.

## Input fields

<ParamField name="shareObjectStatuses" type="[ShareObjectStatus]">
  Specify the share object status to filter on.
</ParamField>

<ParamField name="shareRequestBatchIds" type="[String]">
  The list of batch ID's to retrieve. Each share link included in these batches will be fetched.
</ParamField>

<ParamField name="shareRequestDisplayIds" type="[String]">
  The list of display ID's to retrieve. Only the share link with these display ID's will be fetched.
</ParamField>
