Management APIs
Error Logs API
Overview
3min
error logs api the error logs api allows you to programmatically view failed api requests to understand what is causing them to fail inspecting error logs can be useful to determine whether the cause of an api request failure relates to the api request itself or the host website being down or experiencing technical difficulties you can use the error logs api in combination with the scale serp status page https //scaleserp statuspage io/ to inspect any open platform issues you may also use the account api https //docs trajectdata com/scaleserp/account api to view live updates on any open api issues that may be causing requests to fail which requests are shown in the error logs api? real time requests to the main api that result in an http 500 response code https //docs trajectdata com/scaleserp/response codes are shown in the error logs api requests run via batches, or requests that result in any other http response code https //docs trajectdata com/scaleserp/response codes are not for example, an http 400 that indicates an error in your request parameters, would not be shown in the error logs api error log retention error logs are retained, and available via the error logs api and scale serp dashboard https //app scaleserp com/errorlogs , for 3 days from the time that they last occurred if the same request is retried and results in another error then the error log entry will increment its' count property to show the number of occurrances of that same error and the 3 day timer will reset in addition to programmatic access to error logs via the error logs api you can also view error logs visually, in the scale serp dashboard https //app scaleserp com/errorlogs you can also request email updates when new error logs occur via the scale serp dashboard https //app scaleserp com/errorlogs next steps list error logs https //docs trajectdata com/scaleserp/errorlogs api/list