Get Manifests by File Values
get_manifests_by_file_field_valueSearch all schemas for manifests matching a file field value and retrieve the manifest entities directly.
Instructions
Search for Manifests based on file field values across ALL schemas. Returns Manifest entities directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip for pagination | |
| first | No | Maximum number of results to return | |
| fieldValue | Yes | The file field value to match (e.g. 'Theo Cappucino' or 'FANGORN'). | |
| caseSensitive | No | Whether the search is case sensitive. Tip: Prefer caseSensitive=false to find more results. |