qdrant-list-document-ids
List document IDs from a Qdrant collection with pagination using offset and limit parameters.
Instructions
List document IDs with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes | The collection to list document IDs from | |
| limit | No | Maximum number of IDs to return | |
| offset | No | Number of IDs to skip for pagination |