List Documents
Documents
List Documents
Retrieve a paginated list of your documents with filtering options.
List Documents
Retrieve all documents associated with your account. Results are paginated and can be filtered by date, filename, or extractor.
Request
Headers
Bearer token authentication. Example:
Bearer YOUR_API_KEYQuery Parameters
Number of records to skip for pagination
Maximum number of records to return (max: 100)
Filter by a specific extractor ID (UUID)
When
true, returns only documents processed without an extractor (plain Markdown conversions)Search documents by filename (case-insensitive partial match)
Filter documents created on or after this date (ISO 8601 format)
Filter documents created on or before this date (ISO 8601 format)
Example Requests
Response
Array of document objects
Total number of documents matching the filter criteria
Example Responses
Pagination Example
Authorizations
API key authentication using Bearer token
Query Parameters
Number of records to skip for pagination
Maximum number of records to return (max 100)
Required range:
x <= 100Filter by extractor ID
Filter for documents without an extractor (plain conversions)
Search by filename
Filter by start date (ISO 8601)
Filter by end date (ISO 8601)

