List chunks
Vector database
List chunks
Search and list chunks in a vector database, with optional filtering by file, chunk IDs, or metadata fields. Results are paginated.
POST
List chunks
Return a paginated list of chunks from a vector database. Filter by
file_id, by specific chunk_ids, or by user-defined metadata fields. Metadata filters use the same operator syntax as file search filters ($in, $gt, $gte, $lt, $lte), and multiple filters are combined with AND. Each chunk in the response includes its text, metadata, heading hierarchy, and source locations.Authorizations
Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.
Path Parameters
Body
application/json
Request body for searching/listing chunks in a vector database.
Filter to chunks from a specific file
Chunk IDs to retrieve
Metadata key-value filters with optional operators ($gt, $gte, $lt, $lte, $in). Example: {"year": {"$gte": 2023}, "doc_type": "SOP"}
Max results to return
Required range:
1 <= x <= 100Pagination offset
Required range:
x >= 0Last modified on June 25, 2026