Skip to main content

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/documents

Parameters

ParameterTypeDescription
idstring (path)The source ID
cursorstring (query)Pagination cursor
limitinteger (query)Results per page (default 20, max 100)
statusstring (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"