List Source Documents
Retrieve a paginated list of all documents belonging to a specific source. Filter by status and sort by creation date.
GET
/v1/sources/:id/documentsParameters
| Parameter | Type | Description |
|---|---|---|
| id | string (path) | The source ID |
| cursor | string (query) | Pagination cursor |
| limit | integer (query) | Results per page (default 20, max 100) |
| status | string (query) | Filter: processing, completed, failed |
Example
curl "https://api.talonic.com/v1/sources/src_def456/documents?limit=10" \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"