Skip to main content
GET

Overview

Returns a paginated list of documents associated with the authenticated API key.

Request

limit
integer
Max results to return (1-100, default 20).
after
string
Cursor: return results after this document ID.
before
string
Cursor: return results before this document ID.
order
string
Sort order by inserted_at: asc or desc.

Response (200)