Skip to main content
GET
List your saved documents (the Files view).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Query Parameters

limit
integer
default:50

Maximum number of documents to return.

Required range: 1 <= x <= 200
offset
integer
default:0

Offset for pagination.

Required range: x >= 0
include_preview
boolean
default:false

Include a small preview_html (first chunks) per document for thumbnails. The web Files view sets this; agents leave it off to stay token-light.

Response

Successful Response