GET
/
mr
/
api
/
v1
/
docs

Authorizations

auth
string
headerrequired

The API requires the following auth in headers for authentication.

Headers

accept
enum<string>
required

To get response in json format

Available options:
application/json

Query Parameters

u_at__gt
string | null

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.

offset
string | null

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

Response

200 - application/json
items
object[]
next_token
string

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