list_custom_fields
Retrieve all custom fields from Paperless-NGX to cache and search locally, reducing redundant API calls and handling ambiguity efficiently.
Instructions
List all custom fields. IMPORTANT: When a user query may refer to a custom field, you should fetch all custom fields up front (with a large enough page_size), cache them for the session, and search locally for matches by name before making further API calls. This reduces redundant requests and handles ambiguity efficiently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| ordering | No | ||
| page_size | No | ||
| name__iexact | No | ||
| name__icontains | No | ||
| name__iendswith | No | ||
| name__istartswith | No |