Skip to main content
GET
List Documents

Authorizations

Authorization
string
header
required

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

Headers

accept
enum<string>
required

To get response in json format

Available options:
application/json
X-Pt-Id
string
required

eka user id (OID)

Query Parameters

u_at__gt
integer<int64>

Filters the documents by returning all documents that were updated after the specified u_at__gt timestamp. The value should be a valid epoch timestamp.

Example:

1614556800

offset
string

Please include the nextPageToken from the API response to enable pagination.

Response

A list of documents matching the query.

items
object[]
next_token
string

Token used for pagination to retrieve the next set of results in a paginated response.

source_refreshed_at
integer<int64> | null