list_tags
Retrieve and manage all tags in your Paperless-NGX instance efficiently. Use filters like name, ordering, and pagination to fetch and cache tags, reducing redundant API calls during sessions.
Instructions
List all tags. IMPORTANT: When a user query may refer to a tag or document type, you should fetch all tags and all document types up front (with a large enough page_size), cache them for the session, and search locally for matches by name or slug before making further API calls. This reduces redundant requests and handles ambiguity between tags and document types efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name__icontains | No | ||
name__iendswith | No | ||
name__iexact | No | ||
name__istartswith | No | ||
ordering | No | ||
page | No | ||
page_size | No |