How to see our logs in Rest API

Abhishek SNOW
Kilo Contributor

Hi All,

how we can see the logs of REST API in snow.

first we created inbound WS then created outbound WS. it is success that is 200.

but data is not inserted.

now my doubt is i want to see the logs if it is catches.

so where we can find the logs under system logs or other places ?

Regards,

Abhishek Anand

9 REPLIES 9

Hi Jaspal, thanks for you info


Hi Jaspal,

I have activated the property. I tried hitting an Inbound API in ServiceNow thru Postman. It still does not show any REST API Logs in Node Logs Browser.

Kindly guide me through.

 

Thanks in advance!

dravvyramlochun
ServiceNow Employee
ServiceNow Employee

Hello Abhishek,



Please find the following articles which will help you understand how to see the REST API logs:


REST Service debug logs


REST API Logging?


Where to find REST Service Debug Logs?



Also this is from our Developers portal:


You can debug REST queries by reviewing the debug log.


When the property glide.rest.debug is true, all REST processing is logged.


REST Logging includes processing durations, headers, and the request body. Prolonged use of this property can affect performance, so it is best to use it while debugging REST processing, and then set the property back to false.


https://developer.servicenow.com/app.do#!/document/content/app_store_doc_rest_integrate_helsinki_r_D...


Thanks Dravvy for your information...


I am happy if that was helpful ab@wl272356. You can mark it accordingly