Logging API
Endpoint Index
| Action | Endpoint |
|---|---|
| Fetch a List of Logs | GET /plugin/{tenantLocator}/logs/list |
| Fetch Logs for a Request | GET /plugin/{tenantLocator}/logs/{locator} |
GET /plugin/{tenantLocator}/logs/listRequest Parameters:
| Name | Position | Type | Required |
|---|---|---|---|
| tenantLocator | path | uuid | required |
| requestId | query | string? | optional |
| objectLocator | query | string? | optional |
| createdAtMin | query | datetime? | optional |
| createdAtMax | query | datetime? | optional |
| offset | query | int? | optional |
| count | query | int? | optional |
| extended | query | boolean? | optional |
Response:PluginLogsListResponse
Security Group:logs  Permissions:read,list
PluginLogsListResponse
¶requiredlistCompleted booleanitems PluginLogsMetadata[]
PluginLogsMetadata
¶requiredlocator locatorpluginType Enum delinquencyEvent | documentDataSnapshot | documentSelection | preCommit | rating | renewal | underwriting | validationrequestId 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 | string | required |
Response:StreamingResponseBody<string>
Security Group:logs  Permission:read