Documentation menu
List API key logs
Contract for GET /api/api-key-logs.
GET
/api/api-key-logsTenant admins can list API key authentication and access records from their own institution.
Authentication
This endpoint requires a tenant admin Bearer JWT.
Parameters
| Field | In | Type | Description |
|---|---|---|---|
page | query | integer | One-based page number. |
pageSize | query | integer | Results per page, capped by the API key policy. |
dateFrom | query | string | Start date filter in ISO date format. |
dateTo | query | string | End date filter in ISO date format. |
success | query | string | Filter successful or failed records. |
errorType | query | string | Filter by API key access error type. |
apiKeyId | query | string | Filter by API key id. |
Responses
| HTTP | Description | Schema |
|---|---|---|
200 | Successful response | PaginatedApiKeyLogs |
400 | Invalid or missing request data | ErrorResponse |
401 | Authentication is missing or invalid | ErrorResponse |
403 | Account, permission, source scope, domain or IP restriction failed | ErrorResponse |
404 | Record not found | ErrorResponse |
500 | Server error | ErrorResponse |
Decision boundary
An API result is a candidate match. A final sanctions or compliance decision requires official-source verification and human review.