Read
List Documents
To get the list of all the records for a given authenticated user.
GET
/
mr
/
api
/
v1
/
docs
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Headers
accept
enum<string>
requiredTo 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.