Get a list of your documents. The response will be a JSON Object with a data property containing an Array of zero or more documents. Returned documents will be sorted in ascending order by time. Returned documents can be filtered by providing a start or end time parameter.

The ISO 8601 timestamps provided for start and end can reflect precisions from year, all the way down to milliseconds. e.g. 2021-02-04 and 2021-02-04T16:41:37.715 are valid timestamps for filtering.

The values provided for the start and end parameters must both represent times in the past, and the start value cannot be greater than the end value.

By default the last 90 days of documents will be returned.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!