- Python
- TypeScript
- cURL
$and, $or, $gte, $in, see Metadata Filtering.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
skip | int | 0 | Number of documents to skip (pagination) |
limit | int | 100 | Maximum documents to return |
filters | object | null | Metadata filters (see Metadata Filtering) |
sort_by | string | "updated_at" | Sort field: created_at, updated_at, filename, external_id |
sort_direction | string | "desc" | Sort direction: asc or desc |
completed_only | boolean | false | Only return fully processed documents |
include_total_count | boolean | false | Include total count in response |

