Skip to main content
GET /api/v1/documents Retrieve all documents associated with your account. Results are paginated and can be filtered by date, filename, or extractor.

Request

Headers

string
required
Bearer token authentication. Example: Bearer YOUR_API_KEY

Query Parameters

integer
default:"0"
Number of records to skip for pagination
integer
default:"100"
Maximum number of records to return (max: 100)
string
Filter by a specific extractor ID (UUID)
boolean
default:"false"
When true, returns only documents processed without an extractor (plain Markdown conversions)
Search documents by filename (case-insensitive partial match)
string
Filter documents created on or after this date (ISO 8601 format)
string
Filter documents created on or before this date (ISO 8601 format)

Example Requests

Response

array
Array of document objects
integer
Total number of documents matching the filter criteria

Example Responses

Pagination Example