Skip to main content
GET
List documents

Authorizations

Authorization
string
header
required

API key issued via POST /v1/api-keys. Prefix is zsk_. Pass as Authorization: Bearer zsk_…. Scopes are enforced per key.

Query Parameters

cursor
string

Opaque pagination cursor from a prior response.

page_size
number

Page size. Default 30, max 100.

folder_id
string

Filter to one folder. Pass 'null' for root only.

ids
string

Comma-separated document IDs for batch get.

types
enum<string>[]

Filter by document type. Repeat the param for multiple.

Available options:
text,
file,
url

Case-insensitive substring search on the document name.

Response

200 - undefined