{"info":{"_postman_id":"952da4db-dff5-f8bb-fb2f-2380665407c5","name":"Logs (Okta API)","description":"<html><head></head><body><p>The <a href=\"/docs/api/resources/system_log.html\">Okta Log API</a> provides read access to your organization’s system log. The API is intended to export event data as a batch job from your organization to another system for reporting or analysis.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"952da4db-dff5-f8bb-fb2f-2380665407c5","publishedId":"RW1Yq1Vj","public":true,"customColor":null,"publishDate":"2018-04-25T12:21:03.000Z"},"item":[{"name":"Get Logs","id":"faa2c5e8-40da-e2b5-2d39-87e0517141ad","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/logs","urlObject":{"path":["api","v1","logs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"faa2c5e8-40da-e2b5-2d39-87e0517141ad"},{"name":"Get Logs by query string","id":"e097cf09-2a33-9843-73af-d9098f7aeddd","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/logs?q=logout","urlObject":{"path":["api","v1","logs"],"host":["{{url}}"],"query":[{"key":"q","value":"logout"}],"variable":[]}},"response":[],"_postman_id":"e097cf09-2a33-9843-73af-d9098f7aeddd"},{"name":"Get Logs by eventType filter","id":"b992686d-5a70-368d-586f-c6d08b01506e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/logs?filter=eventType eq \"user.session.end\"","urlObject":{"path":["api","v1","logs"],"host":["{{url}}"],"query":[{"key":"filter","value":"eventType eq \"user.session.end\""}],"variable":[]}},"response":[],"_postman_id":"b992686d-5a70-368d-586f-c6d08b01506e"},{"name":"Get Logs since date","id":"04e65208-ceff-948b-84d3-6c923f71c58b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/events?since=2017-03-11","urlObject":{"path":["api","v1","events"],"host":["{{url}}"],"query":[{"key":"since","value":"2017-03-11"}],"variable":[]}},"response":[],"_postman_id":"04e65208-ceff-948b-84d3-6c923f71c58b"}]}