Logging API
GET /plugin/{tenantLocator}/logs/listRequest Parameters:
| Name | Position | Type | Required |
|---|---|---|---|
| tenantLocator | path | uuid | required |
| requestId | query | locator? | optional |
| objectLocator | query | locator? | optional |
| createdAtMin | query | datetime? | optional |
| createdAtMax | query | datetime? | optional |
| offset | query | int? | optional |
| count | query | int? | optional |
Response:PluginLogsMetadata[]
Security Group:logs  Permissions:read,list
PluginLogsMetadata
¶requiredlocator locatorpluginType Enum rating | underwriting | validation | documentSelection | documentDataSnapshot | preCommit | renewal | delinquencyEventrequestId locatorcreatedAt datetimeobjectReferences ObjectReference[]
ObjectReference
¶requiredlocator locatortype string
GET /plugin/{tenantLocator}/logs/{locator}Request Parameters:
| Name | Position | Type | Required |
|---|---|---|---|
| tenantLocator | path | uuid | required |
| Accept-Encoding | header | string? | optional |
| locator | path | locator | required |
Response:StreamingResponseBody<string>
Security Group:logs  Permission:read