List Logs ​
You can use this endpoint to list all the Unified, Proxy, Webhook and RapidBridge logs for your Truto account.
Endpoint ​
GET /log
Query parameters ​
Refer Specifying query parameters in Truto APIs
The type of logs you want to filter by.
unified_proxy_api
rapid_bridge
webhook
The date-time range to filter the logs by.
The logs created after this date-time. Should be in ISO 8601 format.
2021-10-01T00:00:00Z
The logs created before this date-time. Should be in ISO 8601 format.
2021-10-01T00:00:00Z
The number of logs to return. Default is 100.
The cursor to get the next set of logs.
The filters to apply to fetch only specific logs.
The type of request for which the logs are generated. Can be used when log_type
is unified_proxy_api
.
proxy
unified
Response Body ​
The list of logs.
Unique identifier for the log.
6660312f7183aa7f487bb924
The timestamp when the log was created.
2021-05-21T09:00:00.000Z
The metadata for the log.
The duration of the request in milliseconds from the time the request was received to the time the response was sent from Truto.
100
The time it took to get the data from the remote API in milliseconds.
50
The message for the log.
Request to fetch data from remote API.
The Truto method that was called.
list
The Truto resource that was called.
cards-search
The type of request for which the logs are generated.
proxy
unified
proxy
The ID of the environment for which the logs are generated.
1ba1f401-7183-47c5-9e39-e8e257e3c795
The cursor to get the next set of logs.