Skip to main content
GET
List documents

Authorizations

Authorization
string
header
required

Authenticate using one of two formats:

  • Organization/user token: Token <your-token>
  • Stytch JWT: Bearer <your-jwt>

Query Parameters

company_domain
string

Company domain to filter by (e.g. stripe.com).

company_id
string

Company ID to filter by.

created_at_gte
string

ISO 8601 lower bound for created_at (inclusive).

created_at_lte
string

ISO 8601 upper bound for created_at (inclusive).

doc_type
string

Comma-separated internal document type filters (e.g. interview,document).

page_after
string

Cursor ID for forward pagination. Cannot combine with page_before.

page_before
string

Cursor ID for backward pagination. Cannot combine with page_after.

page_size
integer

Items per page, 1-100. Default 30. Only for global queries.

updated_at_gte
string

ISO 8601 lower bound for updated_at (inclusive). Recommended for daily polling.

updated_at_lte
string

ISO 8601 upper bound for updated_at (inclusive). Recommended for daily polling.

Response

documents
object[]
required
pagination
object

Only present in global queries. Null when no results.