Skip to main content
GET
Returns document metadata only. No endpoint returns a document’s text. collection_id is required. Leaving it out returns 400 rather than an unfiltered list, and a collection that is not in your organization returns 404. Documents are ordered by when they were first seen, newest first. Page through the results with limit and offset. See Pagination. limit and offset are clamped rather than refused. A limit below 1 becomes 1, a limit above 100 becomes 100, and a negative offset becomes 0. A value that is not a whole number returns 400. Any role in the organization can list documents.
string
required
Collection ID (a UUID). A malformed value returns 400.
string
Return only documents produced by this source. An ID that matches none of the collection’s sources returns an empty page.
boolean
default:"false"
Include documents that have disappeared from their source (status deleted). Only true, 1 or yes turn it on. Any other value counts as false.
integer
default:"50"
Page size, from 1 to 100.
integer
default:"0"
Number of documents to skip.

Response

object[]
required
The page of documents.
integer
required
Number of documents matching the filters, across all pages.
integer
required
The page size applied, after clamping.
integer
required
The offset applied, after clamping.
boolean
required
true when more documents follow this page.
Last modified on September 26, 2026