Skip to main content
Retrieve a paginated list of all documents you have access to in your Paradigm instance. This endpoint supports advanced filtering, semantic search, and flexible pagination.

Prerequisites

  • A Paradigm API key: if you do not have one, go to your Paradigm profile and generate a new API key.
  • Access to documents: You need appropriate permissions to view documents in your instance.

Basic Usage

Response Format

Pagination & Limits

  • Page size: 20 documents per page (fixed)
  • max_documents: Total documents to return (1-500, default: 50)
  • page: Navigate through paginated results

Available Filters

All filters are documented in the Swagger/OpenAPI specification. Key filters include: The search parameter enables intelligent document discovery using hybrid search. When provided, results are ordered by relevance instead of upload date.

How it Works

The DocFinder service uses a hybrid ranking approach that incorporates both semantic and lexical signals to find and rank relevant documents.
Filters are applied before the search, allowing you to search within a specific subset of documents.

cURL