Get Files
Retrieves metadata for files associated with a specific issuer/organization.
This endpoint supports pagination and sorting options to efficiently navigate
through potentially large sets of file metadata.
Required scopes: files.read
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Start date for filtering files (format ISO8601). If not provided, defaults to current date minus 1 month.
End date for filtering files (format ISO8601). If not provided, defaults to current date.
Cursor for forward pagination (next page).
Cursor for backward pagination (previous page).
If provided, response will be sorted by the specified fields. Defaults to descending sentDate, equivalent to “-sentDate”
Response
List of file metadata objects with their pre-signed URLs.