# Show API Log **POST /Api/Read/Log** This process returns the log details that are available for the LogRequestId passed in with parameter LogRequestId. To store all details during a previous call, pass the key x-LogLevel with a value of 2 on the initial request, then call this process with the x-RequestID returned to get the details back. Note that RequestId values must be called with the same API Key. A week after the log record is created, extra details are removed and they are removed entirely after a month. *Secret Hmac Required. No Caching unless repeated.* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: (object) - **LogRequestId** (number) The previous x-RequestId call to return detailed log information. ## Responses ### 200 API Log successfully returned #### Body: (object) - **RequestTime** (string) HTTP-formatted GMT/UTC date/time for when the API call was requested - **Http_Host** (string) The domain name used to make the call - **Server_Name** (string) The server the responded to the call. This typically will be SV plus the cloud server id. - **Server_Addr** (string) The ipv4 server address. - **Server_Port** (number) The server port used. - **Remote_Addr** (string) The ipv4 remote address. - **Request_Scheme** (string) if this was HTTP or HTTPS. - **Request_Method** (string) if this was a GET or POST call. - **Api_Acl** (number) The acl id for the call - **Api_Function** (string) the endpoint that was called. - **Request_Url** (string) The requested url to make the call. This is only stored with x-LogLevel > 1. - **Http_User_Agent** (string) The user agent text passed when making the call. This is only stored with x-LogLevel > 1. - **Raw_Request** (string) Json Encoded raw resquest information sent with the call. This is only stored with x-LogLevel > 1. - **Response_Code** (number) The HTTP response code returned to the calling program. - **Rsponse** (string) The response message returned to the calling program. - **Bandwidth** (number) Bandwidth in bytes used by the call. [Powered by Bump.sh](https://bump.sh)