Get File Metadata
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
Your issuer organization ID, provided by Kard
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Start date for filtering files (format RFC3339). If not provided, defaults to current date minus 1 month.
End date for filtering files (format RFC3339). If not provided, defaults to current date.
Number of items per page. Defaults to 10 if not specified and maximum value allowed 100 items per page.
Cursor for forward pagination (next page).
Cursor for backward pagination (previous page).
Direction for sorting by sent date. Defaults to “DESC”.
The document file type.
Response
List of file metadata objects with their pre-signed URLs.
Navigation links for paginated results.
Metadata about the pagination status.