items
: An array of file metadata, each containing the fields described below.has_more
: A boolean indicating whether there are more files available beyond the current page.next_cursor
: A base64-encoded cursor for the next page of results. Ifhas_more
isfalse
, this field will benull
.prev_cursor
: A base64-encoded cursor for the previous page of results. If this is the first page, this field will benull
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Optional cursor for pagination.
This is a base64-encoded string representing a timestamp. It is used to paginate through the results.
Optional limit for the number of results to return.
This is a positive integer that specifies the maximum number of results to return. If not provided, a default value will be used.
x >= 0
Optional file name to filter results by.
This is a case-sensitive substring that will be matched against the file names.
If provided, only files with names containing this substring will be returned.
The date and time after which the parse operation was created.
The date should be in RFC3339 format.
The date and time before which the parse operation was created.
The date should be in RFC3339 format.